vg
tools for working with variation graphs
|
#include <vector>
#include <cstdlib>
#include <iostream>
#include <string>
#include <regex>
#include "vg.hpp"
#include "handle.hpp"
#include <vg/vg.pb.h>
Classes | |
class | vg::ReadFilter |
struct | vg::ReadFilter::Counts |
Namespaces | |
vg | |
Functions | |
ostream & | vg::operator<< (ostream &os, const ReadFilter::Counts &counts) |
Provides a way to filter and transform reads, implementing the bulk of the vg filter
command.