Used to serialize kmer matches.
More...
|
| 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.
|
| |
Used to serialize kmer matches.
◆ backward
| bool vg::KmerMatch::backward = 4 |
If true, this kmer is backwards relative to its node, and position counts from the end of the node.
◆ node_id
| int64 vg::KmerMatch::node_id = 2 |
◆ position
| sint32 vg::KmerMatch::position = 3 |
◆ sequence
| string vg::KmerMatch::sequence = 1 |
The documentation for this struct was generated from the following file: