|
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 |
Public Member Functions inherited from scaffold::scoring::DistanceScore< Element > | |
| DistanceScore (const unsigned _reference_point) | |
| unsigned | operator() (const std::pair< Element, unsigned > &e) const |
Public Attributes | |
| const Predicate | predicate |
Public Attributes inherited from scaffold::scoring::DistanceScore< Element > | |
| const unsigned | reference_point |
a scoring returning the distance to a reference score if a predicate evaluates to true and UINT_MAX otherwise
1.8.10