Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Classes
adv_edge_iters.hpp File Reference
#include "utils/graph_typedefs.hpp"
#include "utils/predicates.hpp"

Go to the source code of this file.

Classes

class  scaffold::Predicated_EdgeIter< Graph, Predicate, EdgeIt >
 an edge iterator that skips over all edges for which the predicate evaluates to false More...
 

Detailed Description

Edge iterators that allow iterating over edges without access to the graph object. The idea is to pass a predicate to the iterator and skip over edges for which the predicate evaluates to false