vg
tools for working with variation graphs
Namespaces | Functions
normalize.cpp File Reference
#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)
 

Detailed Description

Defines an algorithm to normalize a graph.