Skip to content

Commit

Permalink
BamToFq cpu and ram now 16 cores and 32gb respectively.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonn-smith committed Dec 10, 2024
1 parent 38baee9 commit 6c9064d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wdl/tasks/Utility/SRUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ task BamToFq {
String ref_arg = if defined(reference_fasta) then " --reference " else ""
Int disk_size = 1 + 20*ceil(size(bam, "GB"))
Int disk_size = 10 + 20*ceil(size(bam, "GB"))
command <<<
Expand Down Expand Up @@ -55,8 +55,8 @@ task BamToFq {

#########################
RuntimeAttr default_attr = object {
cpu_cores: 8,
mem_gb: 24,
cpu_cores: 16,
mem_gb: 32,
disk_gb: disk_size,
boot_disk_gb: 25,
preemptible_tries: 1,
Expand Down

0 comments on commit 6c9064d

Please sign in to comment.