File: __init__.py

package info (click to toggle)
python-bcbio-gff 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 1,759; sh: 13; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
"""Top level of GFF parsing providing shortcuts for useful classes.
"""
from BCBio.GFF.GFFParser import GFFParser, DiscoGFFParser, GFFExaminer, parse, parse_simple
from BCBio.GFF.GFFOutput import GFF3Writer, write

__version__ = "0.7.1"