kmc 3.1.1+dfsg-3 source package in Ubuntu

Changelog

kmc (3.1.1+dfsg-3) unstable; urgency=medium

  * Team upload.
  * Adjust simde patch to fix i386 FTFBS.

 -- Michael R. Crusoe <email address hidden>  Fri, 22 Jan 2021 13:43:22 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kmc_3.1.1+dfsg-3.dsc 2.2 KiB 8627bfcd5ca9838ec76c7f96c103dbcfd6e204996949e2854c02c828477b88c9
kmc_3.1.1+dfsg.orig.tar.xz 236.0 KiB e23ca6920b1532cd0941a54f1205d647874a0f1de384b20bdde906a069143b89
kmc_3.1.1+dfsg-3.debian.tar.xz 31.4 KiB c4bb1e70c0806c9d250b728ad94afff67dfc01125ad1b3afaeea2c0262a84fcb

No changes file available.

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: No summary available for kmc-dbgsym in ubuntu impish.

No description available for kmc-dbgsym in ubuntu impish.

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

No description available for libkmc-dev in ubuntu hirsute.