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 vertices, passed to the constructor More...
#include <filters.hpp>
Public Member Functions | |
contained_filter (const Set &_filter_set, const bool _invert=false) | |
constructor | |
bool | operator() (const typename Set::key_type &e) const |
Public Attributes | |
const Set & | filter_set |
const bool | invert |
filter to work with filtered graphs that is based on a set of vertices, passed to the constructor
if invert = true is passed to the constructor, then the selection is inverted, filtering elements NOT in the filter_set