[][src]Function bigraph::unitigs::count_uncompacted_unitigs

pub fn count_uncompacted_unitigs<Graph>(graph: &Graph) -> usize where
    Graph: StaticGraph

Returns the amount of unitigs in the graph that are longer than two nodes. Those are called uncompacted, because they can be trivially compacted by contracting the inner nodes.