Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekm committed Apr 20, 2021
2 parents 2569626 + eb3efcf commit 0c8a648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cwl/annotate-maf-wrapper.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ baseCommand: ["bash","run_annotate_maf_wrapper.sh"]

requirements:
ResourceRequirement:
ramMin: 8
ramMin: 8000
coresMin: 4
# annotate-maf-wrapper.R does not actually accept an arg for the number of CPUs to use, it defaults to using all available CPUs
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwl/msi.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
dockerPull: mskcc/msisensor:0.2
InlineJavascriptRequirement: {}
ResourceRequirement:
ramMin: 16
ramMin: 16000
coresMin: 8

doc: |
Expand Down

0 comments on commit 0c8a648

Please sign in to comment.