vg
tools for working with variation graphs
|
#include "convert_handle.hpp"
Namespaces | |
vg | |
Functions | |
void | vg::convert_handle_graph (const HandleGraph *converting, MutableHandleGraph *converted) |
Takes in a pointer to a HandleGraph and copies it into an empty MutableHandleGraph graph. More... | |
void | vg::convert_path_handle_graph (const PathHandleGraph *converting, MutablePathMutableHandleGraph *converted) |
Takes in a pointer to a PathHandleGraph and copies it, inclding paths, into an empty MutablePathMutableHandleGraph graph. More... | |