Skip to content

mavis/annotate/main

ACCEPTED_FILTERS

ACCEPTED_FILTERS = {
    'choose_more_annotated': choose_more_annotated,
    'choose_transcripts_by_priority': choose_transcripts_by_priority,

draw()

produces the svg diagram and json legend for a given annotation

def draw(
    drawing_config: DiagramSettings,
    ann,
    reference_genome: ReferenceGenome,
    template_metadata: Dict[str, Template],
    drawings_directory: str,
):

Args