|
vg
tools for working with variation graphs
|
#include <vector>#include <unordered_set>#include <atomic>#include "handlegraph/expanding_overlay_graph.hpp"#include "handlegraph/algorithms/dagify.hpp"#include "handlegraph/algorithms/is_single_stranded.hpp"#include "handlegraph/algorithms/strongly_connected_components.hpp"#include "handlegraph/algorithms/eades_algorithm.hpp"Classes | |
| class | handlegraph::algorithms::SubHandleGraph |
Namespaces | |
| handlegraph | |
| handlegraph::algorithms | |
Functions | |
| unordered_map< nid_t, nid_t > | handlegraph::algorithms::dagify (const HandleGraph *graph, MutableHandleGraph *into, size_t min_preserved_path_length) |
Implements an algorithm to convert a single-stranded graph into a DAG
1.9.1