Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AlignedSegment.__repr__ displaying the most useful fields (PR #1267)
Example output: <AlignedSegment('name', flags=16=0x10, ref='chr1', zpos=1170070, mapq=255, cigar='50M', ...)> [Use an f-string; write flags in hex too; and use 'zpos' label to emphasis this field is shown 0-based. -- JM]
- Loading branch information