Skip to content

Commit

Permalink
Updating the default trf with mem
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Feb 10, 2022
1 parent b4af6a3 commit dde2220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/trf.smk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rule run_split_trf:
log:
"logs/{sample}/trf/{scatteritem}.log",
resources:
mem=config.get("mem", 8), # 8GB of ram is not enough for human with 2000
mem=config.get("trf_mem", 8), # 8GB of ram is not enough for human with 150
params:
trf_opts=config.get("trf_opts", "2 5 7 80 10 50 500 -l 25"),
shell:
Expand Down

0 comments on commit dde2220

Please # to comment.