vg
tools for working with variation graphs
|
#include "find_tips.hpp"
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) |