geored's picture
Upload folder using huggingface_hub
fe41391 verified
raw
history blame
176 Bytes
from pysam.libcalignedsegment import AlignedSegment
from pysam.libcalignmentfile import AlignmentFile
class AlignedRead(AlignedSegment): ...
class Samfile(AlignmentFile): ...