Skip to content

Commit

Permalink
reformat again
Browse files Browse the repository at this point in the history
  • Loading branch information
yfarjoun committed Sep 23, 2024
1 parent c334b43 commit 6124684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fgpyo/sam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@ def length_on_target(self) -> int:
return sum([elem.length_on_target for elem in self.elements])

def query_alignment_offsets(self, reverse: bool = False) -> Optional[range]:
"""Gets 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
that are aligned. If no bases are aligned, the return value will be None.
"""Gets 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 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 6124684

Please sign in to comment.