Skip to content

Commit

Permalink
Merge pull request #84 from icgc-argo/[email protected]
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
edsu7 authored Jun 27, 2023
2 parents 931468e + 3468fd7 commit 88dab3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion validate-seqtools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN cd /tmp &&\

# Install seq-tools

RUN pip install git+https://github.com/icgc-argo/[email protected].4
RUN pip install git+https://github.com/icgc-argo/[email protected].5
#RUN git clone https://github.com/icgc-argo/[email protected] &&\
# git clone https://github.com/icgc-argo/[email protected]
# cd seq-tools &&\
Expand Down
2 changes: 1 addition & 1 deletion validate-seqtools/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* this block is auto-generated based on info from pkg.json where */
/* changes can be made if needed, do NOT modify this block manually */
nextflow.enable.dsl = 2
version = '0.1.7'
version = '0.1.8'

container = [
'ghcr.io': 'ghcr.io/icgc-argo/argo-data-submission.validate-seqtools'
Expand Down
2 changes: 1 addition & 1 deletion validate-seqtools/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validate-seqtools",
"version": "0.1.7",
"version": "0.1.8",
"description": "Using Seq-tools, validates molecular",
"main": "main.nf",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion validate-seqtools/tests/checker.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/* this block is auto-generated based on info from pkg.json where */
/* changes can be made if needed, do NOT modify this block manually */
nextflow.enable.dsl = 2
version = '0.1.7'
version = '0.1.8'

container = [
'ghcr.io': 'ghcr.io/icgc-argo/argo-data-submission.validate-seqtools'
Expand Down

0 comments on commit 88dab3e

Please sign in to comment.