lighter 1.1.2-7 source package in Ubuntu

Changelog

lighter (1.1.2-7) unstable; urgency=medium

  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 24 Nov 2022 12:14:27 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
lighter_1.1.2-7.dsc 2.2 KiB 72fea73f969c1099145b7434627f12d49a175d920898e1eeeeed953e9b85ea1a
lighter_1.1.2.orig-debian-tests-data.tar.gz 1.4 MiB 931dda8424897444ff4f63209238c6847f0acb5cb048123698c707dbe144ca1e
lighter_1.1.2.orig.tar.gz 47.4 KiB 89abc34137beffc43382fbe53deb25c3c2f5cee7e6ca2b7f669931d70065993a
lighter_1.1.2-7.debian.tar.xz 15.5 KiB 3d0a561d448450b006d29f269043ea2e8421fabe45d19138355baad0f5905ff2

Available diffs

No changes file available.

Binary packages built by this source

lighter: fast and memory-efficient sequencing error corrector

 Lighter is a fast, memory-efficient tool for correcting sequencing
 errors. Lighter avoids counting k-mers. Instead, it uses a pair of Bloom
 filters, one holding a sample of the input k-mers and the other holding
 k-mers likely to be correct. As long as the sampling fraction is
 adjusted in inverse proportion to the depth of sequencing, Bloom filter
 size can be held constant while maintaining near-constant accuracy.
 Lighter is parallelized, uses no secondary storage, and is both faster
 and more memory-efficient than competing approaches while achieving
 comparable accuracy.

lighter-dbgsym: debug symbols for lighter