Skip to content

Commit

Permalink
fix: add missing properties to AlignedSegment interface
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Mar 16, 2024
1 parent cdc0ed1 commit 64cb5dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pysam/libcalignedsegment.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,12 @@ class AlignedSegment:
is_proper_pair: bool
is_unmapped: bool
mate_is_unmapped: bool
is_mapped: bool
mate_is_mapped: bool
is_reverse: bool
mate_is_reverse: bool
is_forward: bool
mate_is_forward: bool
is_read1: bool
is_read2: bool
is_secondary: bool
Expand Down

0 comments on commit 64cb5dc

Please sign in to comment.