We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7235 commit 34d754dCopy full SHA for 34d754d
wdl/tasks/Utility/BAMutils.wdl
@@ -1404,9 +1404,9 @@ task BamToRelevantPileup {
1404
>>>
1405
1406
Int cores = 12
1407
- Int memory = 4 + cores
+ Int memory = 24 + cores
1408
Int local_ssd_sz = if size(bam, "GiB") > 150 then 750 else 375
1409
- Int pd_sz = 10 + 2 * ceil(size(bam, "GiB"))
+ Int pd_sz = 50 + 2 * ceil(size(bam, "GiB"))
1410
Int disk_size = if "LOCAL" == disk_type then local_ssd_sz else pd_sz
1411
1412
runtime {
0 commit comments