Skip to content

Commit b15f300

Browse files
committed
added few more regex strings
1 parent f3a545c commit b15f300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypiper/ngstk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ def filter_reads(
13741374
Remove duplicates, filter for >Q, remove multiple mapping reads.
13751375
For paired-end reads, keep only proper pairs.
13761376
"""
1377-
nodups = re.sub("\.bam$", "", output_bam) + ".nodups.nofilter.bam"
1377+
nodups = re.sub(r"\.bam$", "", output_bam) + ".nodups.nofilter.bam"
13781378
cmd1 = (
13791379
self.tools.sambamba
13801380
+ " markdup -t {0} -r --compression-level=0 {1} {2} 2> {3}".format(

0 commit comments

Comments
 (0)