File: control

package info (click to toggle)
python-geneimpacts 0.3.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 180 kB
  • sloc: python: 772; sh: 5; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,289 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
Source: python-geneimpacts
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,
               python3-setuptools,
               python3-pytest
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/python-geneimpacts
Vcs-Git: https://salsa.debian.org/med-team/python-geneimpacts.git
Homepage: https://github.com/brentp/geneimpacts
Rules-Requires-Root: no

Package: python3-geneimpacts
Architecture: all
Section: python
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: snpeff,
            bcftools
Description: wraps command line tools to assess variants in gene sequences
 Interpersonal differences in DNA is responsible for variations in
 response to external stimuli, the efficiency of metabolism or
 may even cause what is referenced as a genetic disorder.
 .
 A range of tools have been created to predict the importance of
 differences (polymorphisms) in genetic sequences at single nucleotides,
 SNPs.  This Python class wraps and represents findings provided by any
 of the tools snpEff, VEP and BCFT.