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

Fix options.

parent 6bc954e9
Branches
Tags
1 merge request!11Resolve "Include Phantompeakqualtools step"
Pipeline #1113 failed with stage
in 1 hour, 39 minutes, and 4 seconds
......@@ -239,12 +239,12 @@ process crossReads {
if (pairedEnd) {
"""
python3 $baseDir/scripts/xcor.py -b $seTagAlign -p
python3 $baseDir/scripts/xcor.py -t $seTagAlign -p
"""
}
else {
"""
python3 $baseDir/scripts/xcor.py -b $seTagAlign
python3 $baseDir/scripts/xcor.py -t $seTagAlign
"""
}
......
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