#include <string>
#include <vector>
#include <sstream>
|
std::ostream & | vg::operator<< (std::ostream &out, const Region ®ion) |
| Write a region to a stream. More...
|
|
void | vg::parse_region (const string &target, string &name, int64_t &start, int64_t &end) |
| Parse a genomic contig[:start-end] region. Outputs -1 for missing start or end. More...
|
|
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) |
|