Skip to content

Commit

Permalink
feat: add mem_mb resource annotation to circle_map_realign rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Feb 29, 2024
1 parent 8e89e6a commit e5e97a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rules/circle_map.smk
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ rule circle_map_realign:
conda:
"../envs/circle_map.yaml"
threads: 4
resources:
mem_mb=lambda wc, threads: threads * 4000
shell:
"Circle-Map Realign "
" -i {input.candidates_bam} "
Expand Down

0 comments on commit e5e97a6

Please sign in to comment.