X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=alignment.hpp;h=9d2197f5eaa7248b9bb8490c87c804f85931d095;hb=767c2ab76d70664af19b1afca8e1fd5233962698;hp=7a943fd0037430991a7baab418474e78a496d403;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/alignment.hpp b/alignment.hpp index 7a943fd..9d2197f 100644 --- a/alignment.hpp +++ b/alignment.hpp @@ -30,6 +30,8 @@ public: // float getAlignmentScore(); string getSeqAAln(); string getSeqBAln(); + map getSeqAAlnBaseMap(); + map getSeqBAlnBaseMap(); int getCandidateStartPos(); int getCandidateEndPos(); int getTemplateStartPos(); @@ -49,6 +51,8 @@ protected: int pairwiseLength; int nRows, nCols, lA, lB; vector > alignment; + map ABaseMap; + map BBaseMap; MothurOut* m; };