vg
tools for working with variation graphs
|
Namespaces | |
vg | |
vg::io | |
Functions | |
void | vg::io::load_proto_to_graph (vg::MutablePathMutableHandleGraph *destination, const vg::io::message_sender_function_t &for_each_message) |
void | vg::io::load_proto_to_graph (vg::MutablePathMutableHandleGraph *destination, const function< void(const function< void(Graph &)> &)> &chunk_sender) |
Read VG Protobuf into any MutablePathMutableHandleGraph. Also useful for converting streams of Protobuf Graph objects into a MutablePathMutableHandleGraph.