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

Fix option.

parent adf18e06
Branches
Tags
1 merge request!6Resolve "Bam Stats and Filter"
......@@ -151,12 +151,12 @@ process filterReads {
if (pairedEnd) {
"""
python3 $baseDir/scripts/map_qc.py -f $mapped -p
python3 $baseDir/scripts/map_qc.py -b $mapped -p
"""
}
else {
"""
python3 $baseDir/scripts/map_qc.py -f $mapped
python3 $baseDir/scripts/map_qc.py -b $mapped
"""
}
......
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