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

#include <vg.hpp>

Public Attributes

string kmer
 
string pos
 
set< char > prev_chars
 
set< char > next_chars
 
set< string > next_positions
 

Detailed Description

We create a struct that represents each kmer record we want to send to gcsa2

Member Data Documentation

◆ kmer

string vg::KmerPosition::kmer

◆ next_chars

set<char> vg::KmerPosition::next_chars

◆ next_positions

set<string> vg::KmerPosition::next_positions

◆ pos

string vg::KmerPosition::pos

◆ prev_chars

set<char> vg::KmerPosition::prev_chars

The documentation for this struct was generated from the following file: