vg
tools for working with variation graphs
Namespaces | Functions
extract_extending_graph.cpp File Reference
#include "extract_extending_graph.hpp"
#include <structures/updateable_priority_queue.hpp>

Namespaces

 vg
 
 vg::algorithms
 

Functions

unordered_map< id_t, id_t > vg::algorithms::extract_extending_graph (const HandleGraph *source, DeletableHandleGraph *into, int64_t max_dist, pos_t pos, bool backward, bool preserve_cycles_on_src_node)
 

Detailed Description

Implementation for the extract_extending_graph algorithm.