pub fn compress_kmers<K: Kmer, D: Clone + Debug + Send + Sync + SummaryData<DI>, DI, S: CompressionSpec<D> + Send + Sync>(
stranded: bool,
spec: &S,
kmer_exts: &[(K, (Exts, D))],
) -> BaseGraph<K, D>Expand description
Take (make) a BoomHash Object and build a compressed DeBruijn graph.