vg
tools for working with variation graphs
|
#include <iostream>
#include <algorithm>
#include <functional>
#include <set>
#include <vector>
#include <list>
#include <sstream>
#include <exception>
#include <vg/vg.pb.h>
#include "vg.hpp"
#include "hash_map.hpp"
#include "utility.hpp"
#include "types.hpp"
Classes | |
class | vg::Translator |
Namespaces | |
vg | |
Functions | |
bool | vg::is_match (const Translation &translation) |
Defines the Translator, which maps paths on an augmented graph into the base graph defined by a set of Translations from the augmented graph