Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
Go to the source code of this file.
Classes | |
struct | scaffold::predicates::Predicate< Element > |
prototype predicate More... | |
struct | scaffold::predicates::TruePredicate< Element > |
a predicate that always evaluates to true More... | |
struct | scaffold::predicates::ContainedPredicate< Element, Container > |
a predicate that is true iff the given element is (not) contained in a given container More... | |
struct | scaffold::predicates::MatchingPredicate< Graph > |
an edge predicate that is true iff the given edge is (not) a matching edge More... | |
struct | scaffold::predicates::TargetContainedPredicate< Graph, Container > |
an edge predicate that is true iff the given edge has its target (not) in a given set More... | |
collection of predicates allowing filtering of iterators or scoring