Skip to content
Snippets Groups Projects

Resolve "Include Phantompeakqualtools step"

Merged Venkat Malladi requested to merge 5-phantompeakcalls into master
Viewing commit f545947d
Show latest version
1 file
+ 2
2
Preferences
File browser
Compare changes
+ 2
2
@@ -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
"""
}