|
vg
tools for working with variation graphs
|
#include "handlegraph/algorithms/unchop.hpp"#include <unordered_set>#include <deque>#include <set>#include <sstream>#include <utility>#include <cassert>Namespaces | |
| handlegraph | |
| handlegraph::algorithms | |
Functions | |
| void | handlegraph::algorithms::unchop (handlegraph::MutablePathDeletableHandleGraph *graph) |
| void | handlegraph::algorithms::chop (handlegraph::MutableHandleGraph *graph, size_t max_node_length) |
Defines an algorithm to join adjacent handles.
1.9.1