Skip to main content

compress_kmers_with_hash

Function compress_kmers_with_hash 

Source
pub fn compress_kmers_with_hash<K: Kmer, D: Clone + Debug + Send + Sync + SummaryData<DI>, DI, S: CompressionSpec<D> + Send + Sync>(
    stranded: bool,
    spec: &S,
    index: BoomHashMap2<K, Exts, D>,
    time: bool,
    progress: bool,
) -> BaseGraph<K, D>
Expand description

Take a BoomHash Object and build a compressed DeBruijn graph.