vg
tools for working with variation graphs
|
#include <gbzgraph.hpp>
Public Attributes | |
gbwtgraph::GBZ | gbz |
Protected Member Functions | |
gbwtgraph::GBWTGraph * | get () |
const gbwtgraph::GBWTGraph * | get () const |
A PathHandleGraph that owns and is backed by a GBZ. Necessary because GBWTGraph implements PathHandleGraph but GBZ doesn't.
Should be removed if/when GBZ implements PathHandleGraph.
|
inlineprotected |
Get the object that actually provides the graph methods.
|
inlineprotected |
Get the object that actually provides the graph methods.
gbwtgraph::GBZ vg::GBZGraph::gbz |
This is the GBZ object we own that actually holds the graph and GBWT data.