Skip to content

Commit

Permalink
Merge pull request #135 from susannasiebert/vatools
Browse files Browse the repository at this point in the history
Upgrade to version 5.1.0
  • Loading branch information
malachig authored Nov 14, 2023
2 parents 8695921 + d4fdefb commit 80bf6f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion definitions/tools/add_vep_fields_to_table.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task addVepFieldsToTable {
preemptible: 1
maxRetries: 2
memory: "4GB"
docker: "griffithlab/vatools:4.1.0"
docker: "griffithlab/vatools:5.1.0"
disks: "local-disk ~{space_needed_gb} HDD"
}

Expand Down
2 changes: 1 addition & 1 deletion definitions/tools/vcf_expression_annotator.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task vcfExpressionAnnotator {
runtime {
preemptible: 1
maxRetries: 2
docker: "griffithlab/vatools:4.1.0"
docker: "griffithlab/vatools:5.1.0"
memory: "4GB"
disks: "local-disk ~{space_needed_gb} HDD"
}
Expand Down
2 changes: 1 addition & 1 deletion definitions/tools/vcf_readcount_annotator.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task vcfReadcountAnnotator {
runtime {
preemptible: 1
maxRetries: 2
docker: "griffithlab/vatools:4.1.0"
docker: "griffithlab/vatools:5.1.0"
memory: "4GB"
disks: "local-disk ~{space_needed_gb} HDD"
}
Expand Down

0 comments on commit 80bf6f6

Please # to comment.