[−][src]Module debruijn::compression
Create compressed DeBruijn graphs from uncompressed DeBruijn graphs, or a collection of disjoint DeBruijn graphs.
Structs
ScmapCompress | |
SimpleCompress | Simple implementation of |
Traits
CompressionSpec | Customize the path-compression process. Implementing this trait lets the user
control how the per-kmer data (of type |
Functions
compress_graph | Perform path-compression on a (possibly partially compressed) DeBruijn graph |
compress_kmers | Take a BoomHash Object and build a compressed DeBruijn graph. |
compress_kmers_with_hash | Take a BoomHash Object and build a compressed DeBruijn graph. |