We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a545c commit b15f300Copy full SHA for b15f300
pypiper/ngstk.py
@@ -1374,7 +1374,7 @@ def filter_reads(
1374
Remove duplicates, filter for >Q, remove multiple mapping reads.
1375
For paired-end reads, keep only proper pairs.
1376
"""
1377
- nodups = re.sub("\.bam$", "", output_bam) + ".nodups.nofilter.bam"
+ nodups = re.sub(r"\.bam$", "", output_bam) + ".nodups.nofilter.bam"
1378
cmd1 = (
1379
self.tools.sambamba
1380
+ " markdup -t {0} -r --compression-level=0 {1} {2} 2> {3}".format(
0 commit comments