Skip to content

Commit

Permalink
added project id as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
svural committed May 22, 2023
1 parent 3d00164 commit f55c38f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions cwl/report.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,25 @@ requirements:
dockerPull: mskcc/argos_report:1.0.1

inputs:
sample_id:
request_id:
type: string
inputBinding:
position: 1
prefix: '--request_id'
sample_id:
type: string
inputBinding:
position: 2
prefix: '--sample_id'
portal_dir:
type: Directory
inputBinding:
position: 2
position: 3
prefix: '--portal_dir'
analysis_dir:
type: Directory
inputBinding:
position: 3
position: 4
prefix: '--analysis_dir'


Expand Down

0 comments on commit f55c38f

Please sign in to comment.