vg
tools for working with variation graphs
Namespaces | Functions
load_proto_to_graph.cpp File Reference
#include "load_proto_to_graph.hpp"
#include "../hash_map.hpp"
#include "../handle.hpp"
#include "../crash.hpp"
#include "vg/io/json2pb.h"
#include <vg/vg.pb.h>
#include <vg/io/registry.hpp>
#include <vg/io/protobuf_iterator.hpp>
#include <handlegraph/mutable_path_mutable_handle_graph.hpp>
#include <unordered_map>
#include <mutex>

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

Implementation for backend-agnostic Protobuf loading.