diff jb2_GFF/__init__.py @ 17:4c201a3d4755 draft

planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit a37bfdfc108501b11c7b2aa15efb1bd16f0c4b66
author fubar
date Sun, 28 Jan 2024 06:48:52 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jb2_GFF/__init__.py	Sun Jan 28 06:48:52 2024 +0000
@@ -0,0 +1,6 @@
+"""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"