Skip to content

Commit

Permalink
update container to added purity
Browse files Browse the repository at this point in the history
  • Loading branch information
Suleyman Vural committed Jun 3, 2024
1 parent a5034d1 commit 7b93dcd
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.5" .
docker build -t "mskcc/argos_report:1.0.6" .
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:1.0.5
dockerPull: mskcc/argos_report:1.0.6

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:1.0.5
dockerPull: mskcc/argos_report:1.0.6

inputs:
request_id:
Expand Down

0 comments on commit 7b93dcd

Please sign in to comment.