Skip to content

Commit

Permalink
Merge pull request #8 from mskcc/dev_sv_add_purity
Browse files Browse the repository at this point in the history
adding cnv purity
  • Loading branch information
timosong authored Jun 3, 2024
2 parents da8bef2 + 7b93dcd commit 3692b68
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
+10 −1 load_data.R
+1 −1 version.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.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 3692b68

Please sign in to comment.