Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yfarjoun committed Sep 19, 2024
1 parent e041787 commit 5709d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fgpyo/sam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ def length_on_target(self) -> int:
def get_query_alignment_offsets(self, reverse: bool = False) -> Optional[range]:
"""
Get the 0-based, end-exclusive positions of the first and last aligned base in the query.
The resulting range will contain the range of positions in the SEQ string for the bases t
hat are aligned. If no bases are aligned, the return value will be None.
The resulting range will contain the range of positions in the SEQ string for the bases
that are aligned. If no bases are aligned, the return value will be None.
Args:
reverse: If True, count from the end of the query. i.e. find the offsets
Expand Down

0 comments on commit 5709d98

Please sign in to comment.