1 #ifndef _theplu_yat_utility_alignment_
2 #define _theplu_yat_utility_alignment_
64 std::vector<std::pair<size_t, size_t> >& path,
91 double gap,
double open_gap) YAT_DEPRECATE;
108 double ssearch(std::string first, std::string second,
double gap,
109 double open_gap,
double mismatch=0.0);
double NeedlemanWunsch(const utility::Matrix &s, std::vector< std::pair< size_t, size_t > > &path, const double gap)
double ssearch(std::string first, std::string second, double gap, double open_gap, double mismatch=0.0)
double SmithWaterman(const utility::Matrix &s, double gap, double open_gap)
Local alignment following the Smith-Waterman algorithm.