vg
tools for working with variation graphs
Namespaces | Functions
gbwt_helper.cpp File Reference
#include "gbwt_helper.hpp"
#include "utility.hpp"
#include <sstream>

Namespaces

 vg
 

Functions

std::vector< std::string > vg::parseGenotypes (const std::string &vcf_line, size_t num_samples)
 
std::string vg::thread_name (const gbwt::GBWT &gbwt_index, size_t i)
 Get a string representation of a thread name stored in GBWT metadata. More...
 
gbwt::GBWT vg::get_gbwt (const std::vector< gbwt::vector_type > &paths)
 Transform the paths into a GBWT index. Primarily for testing. More...