|
Scaffolding
0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
|
Public Member Functions | |
| ScafEdgeProperty (const unsigned _weight, const int _length, const unsigned _multi, const std::string &_contig_name="") | |
| ScafEdgeProperty (const ScafEdgeProperty &ep) | |
| bool | is_matching_edge () const |
Public Attributes | |
| unsigned | weight = NO_WEIGHT |
| int | length = NO_LENGTH |
| unsigned | multiplicity = 1 |
| std::string | contig_name |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ScafEdgeProperty &info) |
1.8.10