|
vg
tools for working with variation graphs
|
Namespaces | |
| vg | |
| vg::algorithms | |
Functions | |
| std::vector< std::pair< nid_t, nid_t > > | vg::algorithms::sorted_id_ranges (const HandleGraph *graph) |
| Get a sorted list of inclusive ranges of IDs used in the given HandleGraph. More... | |
| bool | vg::algorithms::is_in_sorted_id_ranges (const nid_t &value, const std::vector< std::pair< nid_t, nid_t >> &ranges) |
| Get whether an ID is in a sorted list of inclusive ID ranges. More... | |
Defines an algorithm to get the ranges of IDs covered by a HandleGraph.
1.8.17