Skip to content

mavis/types

Helper classes for type hints

ReferenceGenome

ReferenceGenome = Dict[str, SeqRecord]

ReferenceAnnotations

ReferenceAnnotations = Dict[str, List['Gene']]

CigarTuples

CigarTuples = List[Tuple[int, int]]