vg
tools for working with variation graphs
Namespaces | Functions
prune_to_connecting_graph.cpp File Reference
#include "algorithms/prune_to_connecting_graph.hpp"
#include <unordered_set>
#include <queue>

Namespaces

 vg
 
 vg::algorithms
 

Functions

void vg::algorithms::prune_to_connecting_graph (DeletableHandleGraph &graph, const handle_t &from, const handle_t &to)
 Remove all parts of the graph that are not on some path between the two handles. More...