Source: python-gffutils Maintainer: Debian Med Packaging Team Uploaders: Michael R. Crusoe , Steffen Moeller , Étienne Mollier Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, bedtools, python3-all, python3-setuptools, python3-simplejson, python3-six, python3-argcomplete, python3-argh, python3-pyfaidx, python3-pytest, python3-biopython, python3-pybedtools, help2man Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/python-gffutils Vcs-Git: https://salsa.debian.org/med-team/python-gffutils.git Homepage: https://daler.github.io/gffutils Rules-Requires-Root: no Package: python3-gffutils Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-biopython Recommends: python3-pybedtools Description: Work with GFF and GTF files in a flexible database framework A Python package for working with and manipulating the GFF and GTF format files typically used for genomic annotations. Files are loaded into a sqlite3 database, allowing much more complex manipulation of hierarchical features (e.g., genes, transcripts, and exons) than is possible with plain-text methods alone.