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

Fix typo in paired end file.

parent 7a02b617
Branches
Tags
No related merge requests found
Pipeline #1232 passed with stage
in 3 hours, 57 minutes, and 38 seconds
......@@ -344,7 +344,7 @@ process callPeaksMACS {
}
else {
"""
python3 $baseDir/scripts/call_peaks_macs.py -t $tagAlign -x $xcor -c $controlTagAlign -s $sampleId -g $genomeSize -z $chromSizes -p
python3 $baseDir/scripts/call_peaks_macs.py -t $tagAlign -x $xcor -c $controlTagAlign -s $sampleId -g $genomeSize -z $chromSizes
"""
}
......
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