vg
tools for working with variation graphs
Public Attributes | List of all members
vg::KmerMatch Struct Reference

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...
 

Detailed Description

Used to serialize kmer matches.

Member Data Documentation

◆ 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: