Function hyperbase::debruijn_to_petgraph_hyperbasevector[][src]

pub fn debruijn_to_petgraph_hyperbasevector<K: Kmer>(
    g_in: &DebruijnGraph<K, Vec<u32>>,
    g_out: &mut Graph<u32, DnaString, Directed, u32>,
    inv: &mut Vec<u32>
)