File: control

package info (click to toggle)
python-gffutils 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,164 kB
  • sloc: python: 5,557; makefile: 57; sh: 13
file content (36 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download
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-gffutils
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>,
           Steffen Moeller <moeller@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               bedtools,
               python3-all,
               python3-setuptools,
               python3-argcomplete,
               python3-argh,
               python3-pyfaidx,
               python3-pytest,
               python3-biopython,
               python3-pybedtools,
               help2man
Standards-Version: 4.7.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

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.