kmc 2.3+dfsg-7build1 source package in Ubuntu

Changelog

kmc (2.3+dfsg-7build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:44:59 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
kmc_2.3+dfsg.orig.tar.gz 126.4 KiB cfa5c5a27f13b08355fe09926ee86ed59fffde760fdc0920795e99645ac9a1a4
kmc_2.3+dfsg-7build1.debian.tar.xz 30.9 KiB 6aa5c180e6f76aab6df910bb5ac12ff6c2d0dc8cff8911778ec1ad861499f522
kmc_2.3+dfsg-7build1.dsc 2.2 KiB 38df0ce4fd3b8e24d21ce4ea92da4ff55fa4ad35e27283391c0bf7d63d6c2944

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 kmc
libkmc-dev: No summary available for libkmc-dev in ubuntu groovy.

No description available for libkmc-dev in ubuntu groovy.