vg
tools for working with variation graphs
|
#include <handlegraph/serializable_handle_graph.hpp>
#include "bdsg/packed_graph.hpp"
#include "bdsg/hash_graph.hpp"
#include "vg.hpp"
#include "xg.hpp"
#include <vg/io/stream.hpp>
#include <vg/io/vpkg.hpp>
#include "gfa.hpp"
#include <memory>
#include "../algorithms/gfa_to_handle.hpp"
Classes | |
class | vg::GFAHandleGraph |
Use to load in GFAs and remember where they came from. More... | |
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) |
Use vpkg to serialize a HandleGraph object