File: control

package info (click to toggle)
python-deeptoolsintervals 0.1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 304 kB
  • sloc: ansic: 2,317; python: 596; sh: 12; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,158 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
Source: python-deeptoolsintervals
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-setuptools,
               zlib1g-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/python-deeptoolsintervals
Vcs-Git: https://salsa.debian.org/med-team/python-deeptoolsintervals.git
Homepage: https://github.com/deeptools/deeptools_intervals/
Rules-Requires-Root: no

Package: python3-deeptoolsintervals
Architecture: any
Section: python
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: python-python-deeptoolsintervals-doc
Description: handlig GTF-like sequence-associated interal-annotation
 Regions in biological sequences are described (annotated) as genes,
 transcription factor binding sites, low complexity, ... whatever
 biological research brings.
 .
 This package supports the efficienct operation with this information.