vg
tools for working with variation graphs
Namespaces | Functions
find_tips.hpp File Reference
#include "../handle.hpp"
#include <vector>

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)
 

Detailed Description

Defines algorithms for finding heads, tails, and general tips.