Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
genomewalker committed Nov 17, 2022
1 parent aeebf45 commit 1eee548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bam_filter/sam_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_bam_stats(
):
ani_read = (1 - ((aln.get_tag("NM") / aln.infer_query_length()))) * 100
if aln.query_name == "M_A00706:52:HJYNKDSXX:1:1101:30246:1485":
print("ani_read")
print(ani_read)
exit()
if ani_read >= min_read_ani:
n_alns += 1
Expand Down

0 comments on commit 1eee548

Please sign in to comment.