We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e76ece commit c1323caCopy full SHA for c1323ca
workflow/scripts/general_functions.smk
@@ -33,7 +33,7 @@ def targets():
33
expand("results/plots/peaks/fdr{fdr}/distance_to_tss.pdf", fdr=fdr),
34
expand("results/peaks/fdr{fdr}/consensus_peaks/{bg_sample}.annotated.txt", fdr=fdr, bg_sample=BG_SAMPLES),
35
expand("results/peaks/fdr{fdr}/consensus_peaks/{bg_sample}.geneIDs.txt", fdr=fdr,bg_sample=BG_SAMPLES),
36
- expand(plot="results/plots/peaks/fdr{fdr}/frip.pdf", fdr=fdr),
+ expand("results/plots/peaks/fdr{fdr}/frip.pdf", fdr=fdr),
37
expand("results/plots/peaks/fdr{fdr}/frip.csv", fdr=fdr),
38
])
39
if config["consensus_peaks"]["enrichment_analysis"]["run"]:
0 commit comments