vg
tools for working with variation graphs
|
#include <cstdint>
#include "genotyper.hpp"
#include "traversal_finder.hpp"
#include "cactus_snarl_finder.hpp"
#include "path_index.hpp"
#include "utility.hpp"
#include "translator.hpp"
Namespaces | |
vg | |
Functions | |
string | vg::allele_to_string (VG &graph, const Path &allele) |
template<typename T > | |
void | vg::set_intersection (const unordered_set< T > &set_1, const unordered_set< T > &set_2, unordered_set< T > *out_intersection) |