Skip to content

Commit

Permalink
fix(wdl): Increase memory for minigraph
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Jan 10, 2025
1 parent 32081db commit c6a4300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/tasks/alignment/minigraph.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task MinigraphAsmAlignment {
Int disk_size = 1 + 10*ceil(size(ref_graph_gfa, "GB") + size(query_fasta, "GB"))
RuntimeAttr default_attr = object {
cpu_cores: 4,
mem_gb: 32,
mem_gb: 64,
disk_gb: disk_size,
boot_disk_gb: 20,
preemptible_tries: 3,
Expand Down

0 comments on commit c6a4300

Please sign in to comment.