#include <genesis/population/format/gff_reader.hpp>
Definition at line 82 of file gff_reader.hpp.
Public Attributes | |
std::string | attributes_group |
size_t | end |
std::string | feature |
signed char | frame |
double | score |
std::string | seqname |
std::string | source |
size_t | start |
char | strand |
std::string attributes_group |
Definition at line 92 of file gff_reader.hpp.
size_t end |
Definition at line 88 of file gff_reader.hpp.
std::string feature |
Definition at line 86 of file gff_reader.hpp.
signed char frame |
Definition at line 91 of file gff_reader.hpp.
double score |
Definition at line 89 of file gff_reader.hpp.
std::string seqname |
Definition at line 84 of file gff_reader.hpp.
std::string source |
Definition at line 85 of file gff_reader.hpp.
size_t start |
Definition at line 87 of file gff_reader.hpp.
char strand |
Definition at line 90 of file gff_reader.hpp.