Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 5ee900d

Browse files
committed
Merge branch 'master' of github.com:nanoporetech/wub
2 parents 141be0a + d330eb4 commit 5ee900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wub/bam/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def bam_compare(aln_one, aln_two, coarse_tolerance=50, strict_flags=False, in_fo
3838

3939
total = None
4040
if in_format == "BAM":
41-
total_one = aln_iter_one.mapped + aln_iter_two.unmapped
41+
total_one = aln_iter_one.mapped + aln_iter_one.unmapped
4242
total_two = aln_iter_two.mapped + aln_iter_two.unmapped
4343

4444
if total_one != total_two:

0 commit comments

Comments
 (0)