vg
tools for working with variation graphs
Namespaces | Functions
json2graph.hpp File Reference
#include <handlegraph/algorithms/copy_graph.hpp>
#include <vg/io/json2pb.h>
#include "../vg.hpp"

Namespaces

 vg
 
 vg::io
 

Functions

void vg::io::json2graph (const std::string &json, MutablePathMutableHandleGraph *dest)
 Load a JSON string into a graph. The string must be a single JSON object. More...
 

Detailed Description

Load a graph from JSON.