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

Namespaces

 vg
 
 vg::algorithms
 

Functions

void vg::algorithms::append_handle_graph (const HandleGraph *from, MutableHandleGraph *into)
 Append the heads of from to the tails of into. More...
 
void vg::algorithms::append_path_handle_graph (const PathHandleGraph *from, MutablePathMutableHandleGraph *into, bool only_connect_path_tips)
 

Detailed Description

Defines algorithms for appending handle graphs (as was once done in VG::merge())