pub fn compress_graph<K: Kmer + Send + Sync, D: Clone + Debug + PartialEq + SummaryData<DI>, DI, S: CompressionSpec<D>>(
stranded: bool,
spec: &S,
old_graph: DebruijnGraph<K, D>,
censor_nodes: Option<Vec<usize>>,
) -> DebruijnGraph<K, D>Expand description
Perform path-compression on a (possibly partially compressed) DeBruijn graph