Skip to content

Commit 79cc72f

Browse files
committed
updated param
1 parent 7ac5cbf commit 79cc72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/bed.smk

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if config["peak_calling_perl"]["run"]:
142142
plots=report(expand("results/plots/peaks/fdr{{fdr}}/enrichment_analysis/{{bg_sample}}/{db}.pdf", db=DBS), caption="../report/enrichment_analysis.rst", category="Enrichment analysis"),
143143
params:
144144
terms=config["consensus_peaks"]["enrichment_analysis"]["terms"],
145-
dir_name=lambda w, output: os.path.dirname(output[0]),
145+
dirname=lambda w, output: os.path.dirname(output[0]),
146146
threads: config["resources"]["plotting"]["cpu"]
147147
resources:
148148
runtime=config["resources"]["plotting"]["time"]

0 commit comments

Comments
 (0)