vg
tools for working with variation graphs
|
Used to serialize kmer matches. More...
Public Attributes | |
string | sequence = 1 |
int64 | node_id = 2 |
sint32 | position = 3 |
bool | backward = 4 |
If true, this kmer is backwards relative to its node, and position counts from the end of the node. More... | |
Used to serialize kmer matches.
bool vg::KmerMatch::backward = 4 |
If true, this kmer is backwards relative to its node, and position counts from the end of the node.
int64 vg::KmerMatch::node_id = 2 |
sint32 vg::KmerMatch::position = 3 |
string vg::KmerMatch::sequence = 1 |