套件:kmc(3.1.1+dfsg-3 以及其他的)
kmc 的相關連結
Debian 的資源:
下載原始碼套件 kmc:
維護小組:
- Debian Med Packaging Team (QA 頁面, 郵件存檔)
- Andreas Tille (QA 頁面)
- Jorge Soares (QA 頁面)
- Sascha Steinbiss (QA 頁面)
- Kevin Murray (QA 頁面)
- Étienne Mollier (QA 頁面)
外部的資源:
- 主頁 [sun.aei.polsl.pl]
相似套件:
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 有關的套件
|
|
|
|
-
- dep: libbz2-1.0
- high-quality block-sorting file compressor library - runtime
-
- dep: libc6 (>= 2.14)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 6)
- GNU Standard C++ Library v3
-
- dep: zlib1g (>= 1:1.2.6)
- 壓縮函式庫 - 跑程式時用(runtime)