vg
tools for working with variation graphs
|
Classes | |
struct | GafRecord |
struct | GafStep |
Functions | |
std::string | int_to_string (int64_t i) |
int64_t | string_to_int (const std::string &s) |
bool | is_missing (const std::string &s) |
bool | is_missing (int64_t i) |
void | parse_gaf_record (const std::string &gaf_line, GafRecord &gaf_record) |
void | for_each_cs (const GafRecord &gaf_record, std::function< void(const std::string &)> fn) |
std::ostream & | operator<< (std::ostream &os, const gafkluge::GafStep &gaf_step) |
std::ostream & | operator<< (std::ostream &os, const gafkluge::GafRecord &gaf_record) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Write a GAF record to a stream
|
inline |
|
inline |
Parse a single GAF record
|
inline |