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

Namespaces

 vg
 
 vg::algorithms
 

Functions

unordered_map< id_t, id_t > vg::algorithms::extract_connecting_graph (const HandleGraph *source, DeletableHandleGraph *into, int64_t max_len, pos_t pos_1, pos_t pos_2, bool strict_max_len)
 

Detailed Description

Implementation for the extract_connecting_graph algorithm.