Skip to content
Snippets Groups Projects
Commit 226a5924 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix peak outputs.

parent a2609dc8
Branches
Tags
1 merge request!13Resolve "Add in Macs2 support"
Pipeline #1209 failed with stage
in 19 seconds
......@@ -365,11 +365,12 @@ process consensusPeaks {
output:
file '*.narrowPeak' into consensusPeaks
file '*.replicated.*' into consensusPeaks
file '*.rejected.*' into rejectedPeaks
file("design_diffPeaks.tsv") into designFilePaths
script:
"""
python3 $baseDir/scripts/overlap_peaks.py -d $peaksDesign -f preDiffDesign
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment