套件: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 (>= 4.2)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3
-
- dep: zlib1g (>= 1:1.1.4)
- 壓縮函式庫 - 跑程式時用(runtime)