view jb2_GFF/__init__.py @ 18:2e6c48910819 draft

planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit a572525c0f1d7b4dbae1c3aaa4e748aa019d8347
author fubar
date Mon, 29 Jan 2024 02:34:43 +0000
parents 4c201a3d4755
children
line wrap: on
line source

"""Top level of GFF parsing providing shortcuts for useful classes.
"""
from jb2_GFF.GFFParser import GFFParser, DiscoGFFParser, GFFExaminer, parse, parse_simple
from jb2_GFF.GFFOutput import GFF3Writer, write

__version__ = "0.6.9"