Skip to content

Commit 0ba7c1d

Browse files
committed
tune pbmm2 mem and disk
1 parent 0893ca3 commit 0ba7c1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wdl/tasks/Utility/PBUtils.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,9 @@ task Align {
991991

992992
#########################
993993
994-
Int disk_size = 1 + 3*ceil(size(bam, "GiB") + size(ref_fasta, "GiB"))
994+
Int disk_size = 1 + 10*ceil(size(bam, "GiB") + size(ref_fasta, "GiB"))
995995
Int cpus = 16
996-
Int mem = 24
996+
Int mem = 96
997997

998998
RuntimeAttr default_attr = object {
999999
cpu_cores: cpus,

0 commit comments

Comments
 (0)