36 #include <OpenMS/OpenMSConfig.h> 82 void setMatrix(
const std::string& matrix);
85 void setPenalty(
const int penalty);
91 int getPenalty()
const;
96 std::vector<int> first_row_{};
97 std::vector<int> second_row_{};
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
ScoringMatrix
contains the valid matrices and the number of them
Definition: NeedlemanWunsch.h:52
static const std::vector< std::string > NamesOfScoringMatrices
Names of valid matrices.
Definition: NeedlemanWunsch.h:69
This class contains functions that are used to calculate the global alignment score of two amino acid...
Definition: NeedlemanWunsch.h:46