MASA-Core
Public Attributes
score_params_t Struct Reference

Detailed Description

Defines the match/mismatch score and affine gap penalties.

Definition at line 100 of file libmasaTypes.hpp.

#include <libmasaTypes.hpp>

List of all members.

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).

Member Data Documentation

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.


The documentation for this struct was generated from the following file: