File: control

package info (click to toggle)
vt 0.57721%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 21,680 kB
  • sloc: cpp: 51,772; makefile: 348; sh: 206
file content (52 lines) | stat: -rw-r--r-- 1,912 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: vt
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Antoni Villalonga <antoni@friki.cat>
Build-Depends: debhelper-compat (= 13),
               zlib1g-dev,
               libbz2-dev,
               liblzma-dev,
               libcurl4-gnutls-dev,
               libssl-dev,
               libdeflate-dev,
               libhts-dev,
               libpcre2-dev,
               libsvm-dev,
               libtclap-dev,
               r-mathlib,
               r-base-core,
Standards-Version: 4.5.0
Homepage: https://genome.sph.umich.edu/wiki/Vt
Vcs-Browser: https://salsa.debian.org/med-team/vt
Vcs-Git: https://salsa.debian.org/med-team/vt.git
Rules-Requires-Root: no

Package: vt
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         r-base-core,
Description: toolset for short variant discovery in genetic sequence data
 vt is a variant tool set that discovers short variants from Next Generation
 Sequencing data.
 .
 Vt-normalize is a tool to normalize representation of genetic variants in
 the VCF.  Variant normalization is formally defined as the consistent
 representation of genetic variants in an unambiguous and concise way.  In
 vt a simple general algorithm to enforce this is implemented.

Package: vt-examples
Architecture: all
Depends: ${misc:Depends},
Enhances: vt
Description: toolset for short variant discovery in genetic sequence data (examples)
 vt is a variant tool set that discovers short variants from Next Generation
 Sequencing data.
 .
 Vt-normalize is a tool to normalize representation of genetic variants in
 the VCF.  Variant normalization is formally defined as the consistent
 representation of genetic variants in an unambiguous and concise way.  In
 vt a simple general algorithm to enforce this is implemented.
 .
 This package contains some example data.