File: control

package info (click to toggle)
e-mem 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 284 kB
  • sloc: cpp: 1,767; makefile: 46; sh: 43
file content (29 lines) | stat: -rw-r--r-- 1,298 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
Source: e-mem
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               libboost-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/e-mem
Vcs-Git: https://salsa.debian.org/med-team/e-mem.git
Homepage: http://www.csd.uwo.ca/~ilie/E-MEM/

Package: e-mem
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Enhances: mummer
Description: Efficient computation of Maximal Exact Matches for very large genomes
 E-MEM enables efficient computation of Maximal Exact Matches (MEMs) that
 does not use full text indexes. The algorithm uses much less space and
 is highly amenable to parallelization. It can compute all MEMs of
 minimum length 100 between the whole human and mouse genomes on a 12
 core machine in 10 min and 2 GB of memory; the required memory can be as
 low as 600 MB. It can run efficiently genomes of any size. Extensive
 testing and comparison with currently best algorithms is provided.
 .
 Mummer has many different scripts where one of the key program is MEM
 computation. In all the scripts, the MEM computation program can be
 replaced with e-mem with ease for better performance.