File: libcsamfile.pyi

package info (click to toggle)
python-pysam 0.20.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,348 kB
  • sloc: ansic: 137,388; python: 8,501; sh: 283; makefile: 263; perl: 41
file content (5 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from pysam.libcalignedsegment import AlignedSegment
from pysam.libcalignmentfile import AlignmentFile

class AlignedRead(AlignedSegment): ...
class Samfile(AlignmentFile): ...