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

Namespaces

 vg
 

Functions

void vg::load_gcsa (gcsa::GCSA &index, const std::string &filename, bool show_progress=false)
 Load GCSA from the file. More...
 
void vg::load_lcp (gcsa::LCPArray &lcp, const std::string &filename, bool show_progress=false)
 Load LCP array from the file. More...
 
void vg::save_gcsa (const gcsa::GCSA &index, const std::string &filename, bool show_progress=false)
 Save GCSA to the file. More...
 
void vg::save_lcp (const gcsa::LCPArray &lcp, const std::string &filename, bool show_progress=false)
 Save LCP array to the file. More...