From b0cceccc9d7293b7afeeb2244a00ce376c6dec97 Mon Sep 17 00:00:00 2001 From: sridhar0605 Date: Wed, 17 Jan 2024 12:15:31 -0600 Subject: [PATCH] upgrading haplotype caller version and increasing mutect2 mem --- definitions/tools/docm_gatk_haplotype_caller.wdl | 2 +- definitions/tools/mutect.wdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/tools/docm_gatk_haplotype_caller.wdl b/definitions/tools/docm_gatk_haplotype_caller.wdl index 16d9e0d2..d9e15642 100644 --- a/definitions/tools/docm_gatk_haplotype_caller.wdl +++ b/definitions/tools/docm_gatk_haplotype_caller.wdl @@ -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" } diff --git a/definitions/tools/mutect.wdl b/definitions/tools/mutect.wdl index a165b8f9..f7cf0fbb 100644 --- a/definitions/tools/mutect.wdl +++ b/definitions/tools/mutect.wdl @@ -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" }