Skip to content

Commit

Permalink
Merge pull request #7 from mskcc/dev
Browse files Browse the repository at this point in the history
Bug fixes and No CNV for unmatched
  • Loading branch information
timosong authored May 31, 2024
2 parents b36740b + d596a9c commit da8bef2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Goliath
Submodule Goliath updated 2 files
+1 −1 load_argos.R
+26 −11 load_data.R
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.4" .
docker build -t "mskcc/argos_report:1.0.5" .
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.4
dockerPull: mskcc/argos_report:1.0.5

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

inputs:
request_id:
Expand Down

0 comments on commit da8bef2

Please sign in to comment.