vg
tools for working with variation graphs
Namespaces | Functions
load_proto_to_graph.hpp File Reference
#include "../handle.hpp"
#include <vg/io/vpkg.hpp>
#include <vg/io/registry.hpp>

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)
 

Detailed Description

Read VG Protobuf into any MutablePathMutableHandleGraph. Also useful for converting streams of Protobuf Graph objects into a MutablePathMutableHandleGraph.