File: control

package info (click to toggle)
bowtie 1.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,236 kB
  • sloc: cpp: 32,907; perl: 2,084; ansic: 1,241; sh: 1,066; makefile: 363; python: 135
file content (52 lines) | stat: -rw-r--r-- 2,318 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: bowtie
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Andreas Tille <tille@debian.org>,
           Ognyan Kulev <ogi@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               help2man,
               seqan-dev (>= 1.4),
               python
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/bowtie/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/bowtie/trunk/
Homepage: http://bowtie-bio.sourceforge.net/

Package: bowtie
Architecture: alpha any-amd64 arm64 mips64el ppc64 ppc64el s390x sparc64
Depends: ${shlibs:Depends},
         ${misc:Depends},
         python
Suggests: bowtie-examples
Description: Ultrafast memory-efficient short read aligner
 This package addresses the problem to interpret the results from the
 latest (2010) DNA sequencing technologies. Those will yield fairly
 short stretches and those cannot be interpreted directly. It is the
 challenge for tools like Bowtie to give a chromosomal location to the
 short stretches of DNA sequenced per run.
 .
 Bowtie aligns short DNA sequences (reads) to the human genome at a rate
 of over 25 million 35-bp reads per hour. Bowtie indexes the genome with
 a Burrows-Wheeler index to keep its memory footprint small: typically
 about 2.2 GB for the human genome (2.9 GB for paired-end).

Package: bowtie-examples
Architecture: all
Depends: ${misc:Depends}
Recommends: bowtie
Enhances: bowtie
Description: Examples for bowtie, the ultrafast memory-efficient short read aligner
 This package addresses the problem to interpret the results from the
 latest (2010) DNA sequencing technologies. Those will yield fairly
 short stretches and those cannot be interpreted directly. It is the
 challenge for tools like Bowtie to give a chromosomal location to the
 short stretches of DNA sequenced per run.
 .
 Bowtie aligns short DNA sequences (reads) to the human genome at a rate
 of over 25 million 35-bp reads per hour. Bowtie indexes the genome with
 a Burrows-Wheeler index to keep its memory footprint small: typically
 about 2.2 GB for the human genome (2.9 GB for paired-end).
 .
 This package provides some example data to work with bowtie.