1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: python-bcbio-gff
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-biopython,
python3-six,
debhelper
Standards-Version: 4.7.0
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
Rules-Requires-Root: no
Package: python3-bcbio-gff
Architecture: all
Section: python
Depends: ${python3:Depends},
${misc:Depends},
python3-biopython,
python3-six
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.
|