Skip to content

Commit c1323ca

Browse files
committed
fixed target error
1 parent 8e76ece commit c1323ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/scripts/general_functions.smk

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def targets():
3333
expand("results/plots/peaks/fdr{fdr}/distance_to_tss.pdf", fdr=fdr),
3434
expand("results/peaks/fdr{fdr}/consensus_peaks/{bg_sample}.annotated.txt", fdr=fdr, bg_sample=BG_SAMPLES),
3535
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),
36+
expand("results/plots/peaks/fdr{fdr}/frip.pdf", fdr=fdr),
3737
expand("results/plots/peaks/fdr{fdr}/frip.csv", fdr=fdr),
3838
])
3939
if config["consensus_peaks"]["enrichment_analysis"]["run"]:

0 commit comments

Comments
 (0)