|
MASA-Core
|
Defines the match/mismatch score and affine gap penalties.
Definition at line 100 of file libmasaTypes.hpp.
#include <libmasaTypes.hpp>
Public Attributes | |
| int | match |
| match score (positive). | |
| int | mismatch |
| mismatch penalty (negative). | |
| int | gap_open |
| gap opening penalty (positive). | |
| int | gap_ext |
| gap extension penalty (positive). | |
gap extension penalty (positive).
Definition at line 108 of file libmasaTypes.hpp.
gap opening penalty (positive).
Definition at line 106 of file libmasaTypes.hpp.
match score (positive).
Definition at line 102 of file libmasaTypes.hpp.
mismatch penalty (negative).
Definition at line 104 of file libmasaTypes.hpp.
1.7.6.1