X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nast.cpp;h=b2887523532c6b6bcaef1ca61b2c748a9ad77d14;hb=c6e5f84783b39a558119835963dec3c4facb0154;hp=9cdf1b26619a170b7f7d67cc9edc60d89d66559a;hpb=a98eb683e17d8e49583bf2d215ab7562a4cdca75;p=mothur.git diff --git a/nast.cpp b/nast.cpp index 9cdf1b2..b288752 100644 --- a/nast.cpp +++ b/nast.cpp @@ -223,7 +223,7 @@ void Nast::removeExtraGaps(string& candAln, string tempAln, string newTemplateAl void Nast::regapSequences(){ //This is essentially part B in Fig 2. of DeSantis et al. try { - + //cout << candidateSeq->getName() << endl; string candPair = candidateSeq->getPairwise(); string candAln = ""; @@ -252,6 +252,7 @@ void Nast::regapSequences(){ //This is essentially part B in Fig 2. of DeSantis string lastLoop = ""; while(pairwiseAlignIndexsetAligned(candAln); + //cout << "here" << endl; } catch(exception& e) { m->errorOut(e, "Nast", "regapSequences");