Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
#include <vector>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | BRANCHING_NUMBER_PRECISION 5 |
Typedefs | |
typedef std::vector< unsigned > | scaffolding::solv::BranchingVector |
a branching vector is a vector of numbers corresponding to the "progress" in each branch | |