Skip to content

Commit 3609913

Browse files
committed
changed log files names
1 parent 5820b5b commit 3609913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/rules/plotting.smk

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ elif config["peak_calling_macs2"]["run"]:
157157
resources:
158158
runtime=config["resources"]["plotting"]["time"]
159159
log:
160-
"logs/plotting/peak_annotation_plots_fdr{fdr}.log"
160+
"logs/plotting/peak_annotation_plots_fdr{fdr}_macs2_narrow.log"
161161
conda:
162162
"../envs/R.yaml"
163163
script:
@@ -177,7 +177,7 @@ elif config["peak_calling_macs2"]["run"]:
177177
resources:
178178
runtime=config["resources"]["plotting"]["time"]
179179
log:
180-
"logs/plotting/peak_annotation_plots_fdr{fdr}.log"
180+
"logs/plotting/peak_annotation_plots_fdr{fdr}_macs2_broad.log"
181181
conda:
182182
"../envs/R.yaml"
183183
script:

0 commit comments

Comments
 (0)