Skip to content

Commit

Permalink
fix bug in ataqc
Browse files Browse the repository at this point in the history
  • Loading branch information
biomystery committed Dec 20, 2017
1 parent 0a176f6 commit eda677d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ataqc/run_ataqc_single_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def get_samtools_flagstat(bam_file):
return flagstat, mapped_reads


def get_fract_mapq(bam_file, paired_status, ,q=30):
def get_fract_mapq(bam_file, paired_status,q=30):
'''
Runs samtools view to get the fraction of reads of a certain
map quality ( primary and have mate)
Expand Down

0 comments on commit eda677d

Please sign in to comment.