File: control

package info (click to toggle)
discosnp 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,036 kB
  • sloc: cpp: 3,342; python: 1,833; sh: 1,420; makefile: 15
file content (43 lines) | stat: -rw-r--r-- 1,577 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
Source: discosnp
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-python,
               python3,
               cmake,
               libgatbcore-dev (>= 1.4.1+git20180206.6f8fce8~),
               libboost-dev,
               libhdf5-dev,
               zlib1g-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/discosnp
Vcs-Git: https://salsa.debian.org/med-team/discosnp.git
Homepage: http://colibread.inria.fr/discosnp/

Package: discosnp
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${python3:Depends},
         python3,
         gatb-core
Description: discovering Single Nucleotide Polymorphism from raw set(s) of reads
 Software discoSnp is designed for discovering Single Nucleotide
 Polymorphism (SNP) from raw set(s) of reads obtained with Next Generation
 Sequencers (NGS).
 .
 Note that number of input read sets is not constrained, it can be one, two,
 or more. Note also that no other data as reference genome or annotations
 are needed.
 .
 The software is composed by two modules. First module, kissnp2, detects SNPs
 from read sets. A second module, kissreads, enhance the kissnp2 results by
 computing per read set  and for each found SNP:
 .
  1) its mean read coverage
  2) the (phred) quality of reads generating the polymorphism.
 .
 This program is superseded by DiscoSnp++.