kmc 2.3+dfsg-3ubuntu1 source package in Ubuntu

Changelog

kmc (2.3+dfsg-3ubuntu1) xenial; urgency=medium

  * debian/patches/0007-Use-standard-compiler-environment-variables.patch:
    libraries go at the end of the linker commandline, after objects.

 -- Steve Langasek <email address hidden>  Sun, 20 Mar 2016 08:22:22 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
kmc_2.3+dfsg.orig.tar.gz 126.4 KiB cfa5c5a27f13b08355fe09926ee86ed59fffde760fdc0920795e99645ac9a1a4
kmc_2.3+dfsg-3ubuntu1.debian.tar.xz 30.7 KiB 719daa5564a852cf1efe9d9a130f314c40ef0e8bd5a9b3e654b14fb0be1a6d6b
kmc_2.3+dfsg-3ubuntu1.dsc 2.2 KiB 3c6d853b31aa744252ebcb80a4d748338c047878359b16888f3e68439dc14f8c

View changes file

Binary packages built by this source

kmc: 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).

kmc-dbgsym: debug symbols for package kmc

 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).

libkmc-dev: No summary available for libkmc-dev in ubuntu yakkety.

No description available for libkmc-dev in ubuntu yakkety.