Skip to content

Commit c4cf9c0

Browse files
Upgrade to pVACtools version 4.0.7
1 parent 63f84ac commit c4cf9c0

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
@@ -35,7 +35,7 @@ task pvacfuse {
3535
runtime {
3636
preemptible: 1
3737
maxRetries: 2
38-
docker: "griffithlab/pvactools:4.0.6"
38+
docker: "griffithlab/pvactools:4.0.7"
3939
memory: "16GB"
4040
cpu: n_threads
4141
disks: "local-disk ~{space_needed_gb} HDD"

definitions/tools/pvacseq.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ task pvacseq {
5656
maxRetries: 2
5757
memory: "16GB"
5858
cpu: n_threads
59-
docker: "griffithlab/pvactools:4.0.6"
59+
docker: "griffithlab/pvactools:4.0.7"
6060
disks: "local-disk ~{space_needed_gb} HDD"
6161
}
6262

0 commit comments

Comments
 (0)