vg
tools for working with variation graphs
|
#include "normalize.hpp"
#include "simplify_siblings.hpp"
#include <unordered_set>
#include <list>
#include <set>
#include <iostream>
#include <sstream>
Namespaces | |
vg | |
vg::algorithms | |
Functions | |
void | vg::algorithms::normalize (handlegraph::MutablePathDeletableHandleGraph *graph, int max_iter, bool debug, function< bool(const handle_t &, const handle_t &)> can_merge) |
Defines an algorithm to normalize a graph.