Skip to content

Commit

Permalink
increase memory resources to accommodate BigMHC
Browse files Browse the repository at this point in the history
  • Loading branch information
malachig committed Aug 30, 2024
1 parent 7d822f0 commit 7059a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/tools/pvacfuse.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ task pvacfuse {
preemptible: 1
maxRetries: 2
docker: "griffithlab/pvactools:4.3.0"
memory: "16GB"
memory: "32GB"
cpu: n_threads
disks: "local-disk ~{space_needed_gb} HDD"
}
Expand Down
2 changes: 1 addition & 1 deletion definitions/tools/pvacseq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ task pvacseq {
runtime {
preemptible: 1
maxRetries: 2
memory: "16GB"
memory: "32GB"
cpu: n_threads
docker: "griffithlab/pvactools:4.3.0"
disks: "local-disk ~{space_needed_gb} HDD"
Expand Down

0 comments on commit 7059a11

Please sign in to comment.