We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d822f0 + 7059a11 commit 926e1f9Copy full SHA for 926e1f9
definitions/tools/pvacfuse.wdl
@@ -36,7 +36,7 @@ task pvacfuse {
36
preemptible: 1
37
maxRetries: 2
38
docker: "griffithlab/pvactools:4.3.0"
39
- memory: "16GB"
+ memory: "32GB"
40
cpu: n_threads
41
disks: "local-disk ~{space_needed_gb} HDD"
42
}
definitions/tools/pvacseq.wdl
@@ -54,7 +54,7 @@ task pvacseq {
54
runtime {
55
56
57
58
59
60
0 commit comments