|
vg
tools for working with variation graphs
|
#include <vector>#include <cstdlib>#include <iostream>#include <unordered_map>#include <sstream>#include <string>#include <math.h>#include "vg.hpp"#include "mapper.hpp"#include <vg/vg.pb.h>Classes | |
| struct | vg::BREAKPOINT |
| class | vg::Filter |
Namespaces | |
| vg | |
Provides a way to filter Edits contained within Alignments. This can be used to clean out sequencing errors and to find high-quality candidates for variant calling.
1.8.17