Skip to content

Commit

Permalink
Merge pull request #17 from NCI-GDC/fix/tarball_SE_bug
Browse files Browse the repository at this point in the history
updated tool image
  • Loading branch information
tzuni authored Jul 26, 2021
2 parents 4405ac6 + ce13c34 commit 7c22aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/extract_fastqs_from_tarball.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class: CommandLineTool
id: extract_fastqs_from_tarball
requirements:
- class: DockerRequirement
dockerPull: quay.io/ncigdc/bio-tarball-to-fastqgz:1.0.0
dockerPull: quay.io/ncigdc/bio-tarball-to-fastqgz:0.1.0-4-gca6cf37
- class: InlineJavascriptRequirement
- class: ResourceRequirement
coresMin: 1
Expand Down Expand Up @@ -32,7 +32,7 @@ inputs:

outputs:
readgroup_fastq_file_list:
type:
type:
type: array
items: readgroup.cwl#readgroup_fastq_file
outputBinding:
Expand Down

0 comments on commit 7c22aae

Please sign in to comment.