Skip to content

Commit

Permalink
one-off resource tune for outliers: bump for samtools mpileup
Browse files Browse the repository at this point in the history
  • Loading branch information
SHuang-Broad committed Jan 22, 2024
1 parent 50d7235 commit 34d754d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wdl/tasks/Utility/BAMutils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1404,9 +1404,9 @@ task BamToRelevantPileup {
>>>
Int cores = 12
Int memory = 4 + cores
Int memory = 24 + cores
Int local_ssd_sz = if size(bam, "GiB") > 150 then 750 else 375
Int pd_sz = 10 + 2 * ceil(size(bam, "GiB"))
Int pd_sz = 50 + 2 * ceil(size(bam, "GiB"))
Int disk_size = if "LOCAL" == disk_type then local_ssd_sz else pd_sz
runtime {
Expand Down

0 comments on commit 34d754d

Please sign in to comment.