SHORE API
|
Representation of a dynamic programming alignment. More...
Public Attributes | |
AlignmentMode | left_ends |
Mode by which the left ends were aligned. | |
AlignmentMode | right_ends |
Mode by which the right ends should be aligned. | |
const Scoring * | scoring |
The scoring scheme used. | |
dp_sequence< RefIter > | ref |
Reference. | |
dp_sequence< QryIter > | qry |
Query. | |
int | ref_id |
Reference sequence ID (0: NA). | |
int | ref_hits |
Total number of reference sequences with equally good score (0: NA). | |
dp_alignment_matrix | alignment_matrix |
The dynamic programming alignment matrix. | |
Representation of a dynamic programming alignment.