Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jun 26, 2024
1 parent 5f96a54 commit b2ea514
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 @@ -432,7 +432,7 @@ else:
threads: config["assembly_threads"]
resources:
mem_mb=config["assembly_memory"] * 1000,
mem_gb= config["assembly_memory"],
mem_gb=config["assembly_memory"],
time_min=60 * config["runtime"]["assembly"],
shell:
# remove pipeline_state file to create all output files again
Expand Down

0 comments on commit b2ea514

Please sign in to comment.