Skip to content

Commit c4b670f

Browse files
committed
one-off resource tune for outliers: bump for samtools mpileup
1 parent 3743d93 commit c4b670f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wdl/tasks/Utility/BAMutils.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,9 +1404,9 @@ task BamToRelevantPileup {
14041404
>>>
14051405

14061406
Int cores = 12
1407-
Int memory = 4 + cores
1407+
Int memory = 24 + cores
14081408
Int local_ssd_sz = if size(bam, "GiB") > 150 then 750 else 375
1409-
Int pd_sz = 10 + 2 * ceil(size(bam, "GiB"))
1409+
Int pd_sz = 50 + 2 * ceil(size(bam, "GiB"))
14101410
Int disk_size = if "LOCAL" == disk_type then local_ssd_sz else pd_sz
14111411

14121412
runtime {

0 commit comments

Comments
 (0)