vg
tools for working with variation graphs
|
#include <vg.hpp>
Public Attributes | |
string | kmer |
string | pos |
set< char > | prev_chars |
set< char > | next_chars |
set< string > | next_positions |
We create a struct that represents each kmer record we want to send to gcsa2
string vg::KmerPosition::kmer |
set<char> vg::KmerPosition::next_chars |
set<string> vg::KmerPosition::next_positions |
string vg::KmerPosition::pos |
set<char> vg::KmerPosition::prev_chars |