Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
prototype predicate More...
#include <predicates.hpp>
Public Member Functions | |
Predicate (const bool _invert=false) | |
constructor | |
virtual bool | operator() (const Element &e) const =0 |
all predicates must implement operator() | |
Public Attributes | |
const bool | invert |
indicate whether the predicate should be inverted | |
prototype predicate