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

Fix options.

parent 6bc954e9
Branches
Tags
No related merge requests found
......@@ -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