Skip to content

Commit

Permalink
megahit uses now mem_mb
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 10, 2023
1 parent 0da5cc4 commit 345eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/assemble.smk
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ if config.get("assembler", "megahit") == "megahit":
--merge-level {params.merge_level} \
--prune-level {params.prune_level} \
--low-local-ratio {params.low_local_ratio} \
--memory {resources.mem}000000 \
--memory {resources.mem_mb}000000 \
{params.preset} >> {log} 2>&1
"""

Expand Down

0 comments on commit 345eee2

Please sign in to comment.