]> git.donarmstrong.com Git - mothur.git/blobdiff - needlemanoverlap.hpp
changes while testing
[mothur.git] / needlemanoverlap.hpp
index ea7bee515bff32685f03b195506fa4416814dddf..858e70a56c811ceef39e51878b7e68a3e0816840 100644 (file)
@@ -32,12 +32,13 @@ public:
        NeedlemanOverlap(float, float, float, int);
        ~NeedlemanOverlap();
        void align(string, string);
-
+    void alignPrimer(string, string);
        
 private:       
        float gap;
        float match;
        float mismatch;
+    bool isEquivalent(char, char);
 };
 
 /**************************************************************************************************/