vg
tools for working with variation graphs
Namespaces | Functions
gcsa_helper.hpp File Reference
#include <gcsa/gcsa.h>
#include <gcsa/lcp.h>

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...
 

Detailed Description

Utility classes and functions for working with GCSA.