Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
filter to work with filtered graphs that is based on a set of VertexPairs, passed to the constructor More...
#include <filters.hpp>
Public Member Functions | |
VP_contained_filter (const Set &_filter_set, const Graph &_g, const bool _invert=false) | |
constructor initalizing filter_set and invert | |
bool | operator() (const Edge< Graph > &e) const |
Public Attributes | |
const Set & | filter_set |
const Graph & | g |
bool | invert |
filter to work with filtered graphs that is based on a set of VertexPairs, passed to the constructor
if invert = true is passed to the constructor, then the selection is inverted, filtering elements NOT in the filter_set