Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
#include "utils/utils.hpp"
Go to the source code of this file.
Classes | |
struct | scaffold::filters::yes_filter< Object > |
dummy filter to always say YES More... | |
struct | scaffold::filters::contained_filter< Set > |
filter to work with filtered graphs that is based on a set of vertices, passed to the constructor More... | |
struct | scaffold::filters::VP_contained_filter< Graph, Set > |
filter to work with filtered graphs that is based on a set of VertexPairs, passed to the constructor More... | |
struct | scaffold::filters::map_filter< Map > |
filter to work with filtered graphs that is based on a a mapping of vertices: filter all vertices mapped to some initial X More... | |
collection of filters to work with boosts filtered graphs (see predicates.hpp)