Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
a scoring returning the distance to a reference score if a predicate evaluates to true and UINT_MAX otherwise More...
#include <scoring.hpp>
Public Member Functions | |
PredicatedDistanceScore (const Predicate &_predicate, const unsigned _reference_point) | |
unsigned | operator() (const std::pair< Element, unsigned > &e) const |
![]() | |
DistanceScore (const unsigned _reference_point) | |
unsigned | operator() (const std::pair< Element, unsigned > &e) const |
Public Attributes | |
const Predicate | predicate |
![]() | |
const unsigned | reference_point |
a scoring returning the distance to a reference score if a predicate evaluates to true and UINT_MAX otherwise