[med-svn] [kmc] 03/08: Add libkmc-dev to d/control
Kevin Murray
daube-guest at moszumanska.debian.org
Thu Oct 1 08:50:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch daube/libkmcdev
in repository kmc.
commit f88ea95727cc2702deb25d25d0fdfaa743b9216a
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Thu Oct 1 18:31:37 2015 +1000
Add libkmc-dev to d/control
---
debian/control | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/debian/control b/debian/control
index 8cbb3df..dff836b 100644
--- a/debian/control
+++ b/debian/control
@@ -41,3 +41,32 @@ Description: count kmers in genomic sequences
competitors) it outperforms them in both memory requirements and
speed of computation. The disk space necessary for computation is in
order of the size of input data (usually it is smaller).
+
+Package: libkmc-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: count kmers in genomic sequences
+ The kmc software is designed for counting k-mers (sequences of
+ consecutive k symbols) in a set of reads. K-mer counting is
+ important for many bioinformatics applications, e.g. developing de Bruijn
+ graph assemblers.
+ Building de Bruijn graphs is a commonly used approach for genome
+ assembly with data from second-generation sequencing.
+ Unfortunately, sequencing errors (frequent in practice)
+ result in huge memory requirements for de Bruijn graphs, as well
+ as long build time. One of the popular approaches to handle this
+ problem is filtering the input reads in such a way that unique k-mers
+ (very likely obtained as a result of an error) are discarded.
+ .
+ Thus, KMC scans the raw reads and produces a compact representation
+ of all non-unique reads accompanied with number of their occurrences.
+ The algorithm implemented in KMC makes use mostly of disk space rather
+ than RAM, which allows one to use KMC even on rather typical personal
+ computers. When run on high-end servers (what is necessary for KMC
+ competitors) it outperforms them in both memory requirements and
+ speed of computation. The disk space necessary for computation is in
+ order of the size of input data (usually it is smaller).
+ .
+ This package contains the C++ library headers for accessing kmc's output
+ files.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmc.git
More information about the debian-med-commit
mailing list