Skip to content

Commit eda677d

Browse files
committed
fix bug in ataqc
1 parent 0a176f6 commit eda677d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ataqc/run_ataqc_single_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def get_samtools_flagstat(bam_file):
601601
return flagstat, mapped_reads
602602

603603

604-
def get_fract_mapq(bam_file, paired_status, ,q=30):
604+
def get_fract_mapq(bam_file, paired_status,q=30):
605605
'''
606606
Runs samtools view to get the fraction of reads of a certain
607607
map quality ( primary and have mate)

0 commit comments

Comments
 (0)