vg
tools for working with variation graphs
Namespaces | Functions
save_handle_graph.hpp File Reference
#include "bdsg/packed_graph.hpp"
#include "bdsg/hash_graph.hpp"
#include "bdsg/odgi.hpp"
#include "vg.hpp"
#include "xg.hpp"
#include <vg/io/stream.hpp>
#include <vg/io/vpkg.hpp>
#include <memory>

Namespaces

 vg
 
 vg::io
 

Functions

void vg::io::save_handle_graph (HandleGraph *graph, ostream &os)
 
void vg::io::save_handle_graph (HandleGraph *graph, const string &dest_path)
 
bool vg::io::valid_output_format (const string &fmt_string)
 
template<class T >
unique_ptr< T > vg::io::new_output_graph (const string &fmt_string)
 

Detailed Description

Use vpkg to serialize a HandleGraph object