Skip to content

Commit

Permalink
Merge pull request #13 from Jeltje/master
Browse files Browse the repository at this point in the history
adding --untargz-ref option to CWL file
  • Loading branch information
jpfeil authored Dec 6, 2017
2 parents c3356dc + bacbd1f commit f961e34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions starfusion.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ inputs:
inputBinding:
prefix: --genome-lib-dir

do_untar:
type: boolean
default: True
inputBinding:
prefix: --untargz-ref

cpu:
type: int
default: 8
Expand Down Expand Up @@ -88,3 +94,4 @@ outputs:
type: File
outputBinding:
glob: $(inputs.outputdir + '/*.tar.gz')

0 comments on commit f961e34

Please sign in to comment.