vg
tools for working with variation graphs
|
#include "path_string.hpp"
Namespaces | |
namespace | vg |
namespace | vg::algorithms |
Functions | |
void | vg::algorithms::append_mapping_sequence (const Mapping &m, const string &node_seq, string &seq) |
use the given oriented node sequence and the mapping to reconstruct the sequence represented by the mapping | |
string | vg::algorithms::path_string (const HandleGraph &graph, const Path &path) |
use the given graph and the path to determine our path string | |