vg
tools for working with variation graphs
|
#include <string>
#include <vector>
#include <sstream>
Classes | |
struct | vg::Region |
Namespaces | |
vg | |
Functions | |
void | vg::parse_region (const string &target, string &name, int64_t &start, int64_t &end) |
void | vg::parse_region (string ®ion, Region &out_region) |
void | vg::parse_bed_regions (const string &bed_path, vector< Region > &out_regions, vector< string > *out_names) |