Source: python-bcbio-gff Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille , Étienne Mollier , Section: science Testsuite: autopkgtest-pkg-python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-biopython, python3-setuptools, Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/python-bcbio-gff Vcs-Git: https://salsa.debian.org/med-team/python-bcbio-gff.git Homepage: https://github.com/chapmanb/bcbb/tree/master/gff Package: python3-bcbio-gff Architecture: all Section: python Depends: python3-biopython, ${misc:Depends}, ${python3:Depends}, Description: Python3 library to read and write Generic Feature Format A Python library to read and write Generic Feature Format (GFF). . Generic Feature Format (GFF) is a biological sequence file format for representing features and annotations on sequences. It is a tab delimited format, making it accessible to biologists and editable in text editors and spreadsheet programs. It is also well defined and can be parsed via automated programs. GFF files are available from many of the large sequencing and annotation centers.