Skip to content

Commit

Permalink
Merge pull request #157 from susannasiebert/pvactools
Browse files Browse the repository at this point in the history
Upgrade to pVACtools 4.4.0 and update workflows.zip
  • Loading branch information
susannasiebert authored Sep 11, 2024
2 parents 3d8b95b + 3aebb1e commit 2420824
Show file tree
Hide file tree
Showing 3 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 @@ -35,7 +35,7 @@ task pvacfuse {
runtime {
preemptible: 1
maxRetries: 2
docker: "griffithlab/pvactools:4.3.0"
docker: "griffithlab/pvactools:4.4.0"
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 @@ -56,7 +56,7 @@ task pvacseq {
maxRetries: 2
memory: "32GB"
cpu: n_threads
docker: "griffithlab/pvactools:4.3.0"
docker: "griffithlab/pvactools:4.4.0"
disks: "local-disk ~{space_needed_gb} HDD"
}

Expand Down
Binary file modified workflows.zip
Binary file not shown.

0 comments on commit 2420824

Please sign in to comment.