Skip to content

Commit

Permalink
upgrading haplotype caller version and increasing mutect2 mem
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar0605 committed Jan 17, 2024
1 parent 23239c4 commit b0ccecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/tools/docm_gatk_haplotype_caller.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task docmGatkHaplotypeCaller {
preemptible: 1
maxRetries: 2
memory: "9GB"
docker: "broadinstitute/gatk:4.1.2.0"
docker: "broadinstitute/gatk:4.1.3.0"
disks: "local-disk ~{space_needed_gb} HDD"
}

Expand Down
2 changes: 1 addition & 1 deletion definitions/tools/mutect.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task mutect {
preemptible: 1
maxRetries: 2
docker: "broadinstitute/gatk:4.2.3.0"
memory: "2GB"
memory: "8GB"
bootDiskSizeGb: space_needed_gb
disks: "local-disk ~{space_needed_gb} HDD"
}
Expand Down

0 comments on commit b0ccecc

Please sign in to comment.