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

Fix variable idenfitication of preDiffDesign.

parent 9a6d319d
Branches
Tags
No related merge requests found
......@@ -375,7 +375,7 @@ process consensusPeaks {
script:
"""
python3 $baseDir/scripts/overlap_peaks.py -d $peaksDesign -f preDiffDesign
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