vg
tools for working with variation graphs
|
#include <stdio.h>
#include <cassert>
#include <list>
#include <algorithm>
#include <vg/vg.pb.h>
#include "vg.hpp"
#include "nodetraversal.hpp"
#include "genotypekit.hpp"
#include "hash_map.hpp"
#include "snarls.hpp"
#include "multipath_alignment.hpp"
#include "statistics.hpp"
Classes | |
class | vg::PhasedGenome |
struct | vg::PhasedGenome::HaplotypeNode |
class | vg::PhasedGenome::Haplotype |
class | vg::PhasedGenome::iterator |
struct | std::iterator_traits< vg::PhasedGenome::iterator > |
Namespaces | |
vg | |
std | |
Hash functor to hash NodeSide s using std::hash. | |