File: control

package info (click to toggle)
uc-echo 1.12-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,776 kB
  • sloc: cpp: 1,405; python: 660; makefile: 46; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,193 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: uc-echo
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
           Andreas Tille <tille@debian.org>,
           Navid Fehrenbacher <nf@q-leap.de>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               python-all-dev:any,
               libpython-all-dev,
               python-scipy:native,
               python-numpy:native,
               g++-multilib [i386 powerpc sparc x32]
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/uc-echo
Vcs-Git: https://salsa.debian.org/med-team/uc-echo.git
Homepage: http://uc-echo.sourceforge.net/

Package: uc-echo
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-scipy
Description: error correction algorithm designed for short-reads from NGS
 ECHO is an error correction algorithm designed for short-reads 
 from next-generation sequencing platforms such as Illumina's 
 Genome Analyzer II. The algorithm uses a Bayesian framework to 
 improve the quality of the reads in a given data set by employing 
 maximum a posteriori estimation.