We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5820b5b commit 3609913Copy full SHA for 3609913
workflow/rules/plotting.smk
@@ -157,7 +157,7 @@ elif config["peak_calling_macs2"]["run"]:
157
resources:
158
runtime=config["resources"]["plotting"]["time"]
159
log:
160
- "logs/plotting/peak_annotation_plots_fdr{fdr}.log"
+ "logs/plotting/peak_annotation_plots_fdr{fdr}_macs2_narrow.log"
161
conda:
162
"../envs/R.yaml"
163
script:
@@ -177,7 +177,7 @@ elif config["peak_calling_macs2"]["run"]:
177
178
179
180
+ "logs/plotting/peak_annotation_plots_fdr{fdr}_macs2_broad.log"
181
182
183
0 commit comments