1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: lighter
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
zlib1g-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/lighter
Vcs-Git: https://salsa.debian.org/med-team/lighter.git
Homepage: https://github.com/mourisl/Lighter
Rules-Requires-Root: no
Package: lighter
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: 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.
|