Skip to content

Commit 1e494b8

Browse files
committed
updated input
1 parent 790fb89 commit 1e494b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/plotting.smk

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ rule plot_profile:
124124
rule peak_annotation_plots:
125125
input:
126126
gtf=resources.gtf,
127-
bed=expand("results/peaks/fdr{fdr}/overlapping_peaks/{bg_sample}.filtered.bed", fdr=peak_fdr("perl"), bg_sample=BG_SAMPLES),
127+
bed=expand("results/peaks/fdr{fdr}/consensus_peaks/{bg_sample}.filtered.bed", fdr=peak_fdr("perl"), bg_sample=BG_SAMPLES),
128128
output:
129129
fd=report("results/plots/peaks/fdr{fdr}/feature_distributions.pdf", caption="../report/feature_distributions.rst", category="Peak annotation"),
130130
dt=report("results/plots/peaks/fdr{fdr}/distance_to_tss.pdf", caption="../report/distance_to_tss.rst", category="Peak annotation"),

0 commit comments

Comments
 (0)