Skip to content

Commit

Permalink
fix: sort_bed_4_big memory increase as starting point (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatsanto authored Nov 28, 2022
1 parent 6765284 commit de2a8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ rule sort_bed_4_big:
os.path.join(workflow.basedir, "envs", "bedtools.yaml")

resources:
mem_mb=lambda wildcards, attempt: 1024 * attempt
mem_mb=lambda wildcards, attempt: 2048 * attempt

log:
stderr = os.path.join(
Expand Down

0 comments on commit de2a8c2

Please sign in to comment.