Skip to content

Commit

Permalink
Added default resource mem_mb to move_demulti_stat rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnobles committed Aug 9, 2019
1 parent 9f980e2 commit 8298da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/demulti.rules
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ rule demultiplex:
rule move_demulti_stat:
input: RUN_DIR + "/process_data/demulti/" + RUN + ".demulti.stat"
output: temp(RUN_DIR + "/process_data/stats/" + RUN + ".demulti.stat")
resources:
mem_mb=lambda wildcards, attempt: attempt * config["defaultMB"]
shell: "mv {input} {output}"

0 comments on commit 8298da7

Please sign in to comment.