Skip to content

Commit

Permalink
bump for even longer reads
Browse files Browse the repository at this point in the history
  • Loading branch information
SHuang-Broad committed Nov 6, 2024
1 parent d573de9 commit 509ed14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/tasks/VariantCalling/PBSV.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ task Discover {
String disk_type = if is_ont then "SSD" else "HDD"
Int num_cores = if(defined(chr)) then 4 else 32
Int memory = 2 * num_cores
Int memory = if ("chr3"==chr || "chr22"==chr) then 6 * num_cores else 2 * num_cores
RuntimeAttr default_attr = object {
cpu_cores: num_cores,
Expand Down

0 comments on commit 509ed14

Please sign in to comment.