vg
tools for working with variation graphs
|
#include <gff_reader.hpp>
Public Member Functions | |
GFFRecord ()=default | |
~GFFRecord ()=default | |
map< string, string > | parse_attributes () |
Public Attributes | |
string | sequence_id |
string | source |
string | type |
int64_t | start = -1 |
int64_t | end = -1 |
double | score = numeric_limits<double>::quiet_NaN() |
bool | strand_is_rev = false |
int32_t | phase = -1 |
string | attributes |
A package of the information contained in a GFF3 record. The null "." entries in a a GFF are parsed into empty strings or the default values of the numerical fields as given below.
|
default |
|
default |
map< string, string > vg::GFFRecord::parse_attributes | ( | ) |
string vg::GFFRecord::attributes |
int64_t vg::GFFRecord::end = -1 |
int32_t vg::GFFRecord::phase = -1 |
double vg::GFFRecord::score = numeric_limits<double>::quiet_NaN() |
string vg::GFFRecord::sequence_id |
string vg::GFFRecord::source |
int64_t vg::GFFRecord::start = -1 |
bool vg::GFFRecord::strand_is_rev = false |
string vg::GFFRecord::type |