Skip to content

Commit 926e1f9

Browse files
authored
Merge pull request #153 from wustl-oncology/pvac_mem
increase memory resources to accommodate BigMHC
2 parents 7d822f0 + 7059a11 commit 926e1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

definitions/tools/pvacfuse.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ task pvacfuse {
3636
preemptible: 1
3737
maxRetries: 2
3838
docker: "griffithlab/pvactools:4.3.0"
39-
memory: "16GB"
39+
memory: "32GB"
4040
cpu: n_threads
4141
disks: "local-disk ~{space_needed_gb} HDD"
4242
}

definitions/tools/pvacseq.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ task pvacseq {
5454
runtime {
5555
preemptible: 1
5656
maxRetries: 2
57-
memory: "16GB"
57+
memory: "32GB"
5858
cpu: n_threads
5959
docker: "griffithlab/pvactools:4.3.0"
6060
disks: "local-disk ~{space_needed_gb} HDD"

0 commit comments

Comments
 (0)