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.
1 parent 63f84ac commit c4cf9c0Copy full SHA for c4cf9c0
definitions/tools/pvacfuse.wdl
@@ -35,7 +35,7 @@ task pvacfuse {
35
runtime {
36
preemptible: 1
37
maxRetries: 2
38
- docker: "griffithlab/pvactools:4.0.6"
+ docker: "griffithlab/pvactools:4.0.7"
39
memory: "16GB"
40
cpu: n_threads
41
disks: "local-disk ~{space_needed_gb} HDD"
definitions/tools/pvacseq.wdl
@@ -56,7 +56,7 @@ task pvacseq {
56
57
58
59
60
61
}
62
0 commit comments