Skip to content

Commit

Permalink
fix: increase mem_mb for circle_map_realign to 2.5 * input.size_mb (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Mar 1, 2024
1 parent 370c71d commit 1404fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/circle_map.smk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rule circle_map_realign:
"../envs/circle_map.yaml"
threads: 4
resources:
mem_mb=lambda wc, input: input.size_mb * 1.2,
mem_mb=lambda wc, input: input.size_mb * 2.5,
shell:
"Circle-Map Realign "
" -i {input.candidates_bam} "
Expand Down

0 comments on commit 1404fad

Please sign in to comment.