|
vg
tools for working with variation graphs
|
Namespaces | |
| vg | |
| vg::algorithms | |
Functions | |
| vector< handle_t > | vg::algorithms::head_nodes (const HandleGraph *g) |
| Find all of the nodes with no edges on their left sides. More... | |
| vector< handle_t > | vg::algorithms::tail_nodes (const HandleGraph *g) |
| Find all of the nodes with no edges on their right sides. More... | |
| vector< handle_t > | vg::algorithms::find_tips (const HandleGraph *g) |
Defines algorithms for finding heads, tails, and general tips.
1.8.20