Skip to content

Commit

Permalink
adding --untargz-ref option to CWL file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeltje committed Dec 5, 2017
1 parent c3356dc commit bacbd1f
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 bacbd1f

Please sign in to comment.