软件包:lighter(1.1.2-7)
lighter 的相关链接
Debian 的资源:
下载源码包 lighter:
- [lighter_1.1.2-7.dsc]
- [lighter_1.1.2.orig-debian-tests-data.tar.gz]
- [lighter_1.1.2.orig.tar.gz]
- [lighter_1.1.2-7.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libstdc++6 (>= 5)
- GNU 标准 C++ 库,第3版
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时