Skip to content

Commit

Permalink
Update tests/fgpyo/sam/test_cigar.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Stone <matt@fulcrumgenomics.com>
  • Loading branch information
yfarjoun and msto committed Sep 19, 2024
1 parent 3542b61 commit 96a6cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fgpyo/sam/test_cigar.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def test_get_alignments(cigar_string: str, start: int, end: int) -> None:
)
def test_get_alignments_reversed(cigar_string: str, start: int, end: int) -> None:
cig = Cigar.from_cigarstring(cigar_string)
assert Cigar.get_alignment_offsets(cig, True) == (start, end)
assert Cigar.get_alignment_offsets(cig, reverse=True) == (start, end)

0 comments on commit 96a6cb3

Please sign in to comment.