Skip to content

Commit

Permalink
adding normal_id as an input
Browse files Browse the repository at this point in the history
  • Loading branch information
svural committed Jul 22, 2024
1 parent 5566a5a commit c927f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[ -e report ] && rm -rf report
mkdir report
cp -r ../* report/
docker build -t "mskcc/argos_report:1.0.6" .
docker build -t "mskcc/argos_report:1.0.7" .
2 changes: 1 addition & 1 deletion cwl/project_level_report.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requirements:
StepInputExpressionRequirement: {}
InlineJavascriptRequirement: {}
DockerRequirement:
dockerPull: mskcc/argos_report:dev
dockerPull: mskcc/argos_report:1.0.7

inputs:
request_id:
Expand Down
2 changes: 1 addition & 1 deletion cwl/report.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class: CommandLineTool
baseCommand: [ "compile_sample_level.R" ]
requirements:
DockerRequirement:
dockerPull: mskcc/argos_report:dev
dockerPull: mskcc/argos_report:1.0.7

inputs:
request_id:
Expand Down

0 comments on commit c927f0d

Please sign in to comment.