X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nast.cpp;fp=nast.cpp;h=bf65fa2b46ea319bf54ab74a9696bb9e7b22fafe;hb=48335c6b6ecee614c30d22751c2880953c20e2f4;hp=28cc659e9c5a6090bcd6cb5edecdc7cf9d6c9ec0;hpb=a4f05f09c250323132a4b9427f41a3ededaec634;p=mothur.git diff --git a/nast.cpp b/nast.cpp index 28cc659..bf65fa2 100644 --- a/nast.cpp +++ b/nast.cpp @@ -45,7 +45,7 @@ void Nast::pairwiseAlignSeqs(){ // Here we call one of the pairwise alignment me string candAln = alignment->getSeqAAln(); string tempAln = alignment->getSeqBAln(); - + if(candAln == ""){ candidateSeq->setPairwise(""); @@ -78,6 +78,7 @@ void Nast::pairwiseAlignSeqs(){ // Here we call one of the pairwise alignment me candidateSeq->setPairwise(candAln); // set the pairwise sequences in the Sequence objects for templateSeq->setPairwise(tempAln); // the candidate and template sequences + } catch(exception& e) { m->errorOut(e, "Nast", "pairwiseAlignSeqs"); @@ -91,11 +92,6 @@ void Nast::removeExtraGaps(string& candAln, string tempAln, string newTemplateAl // here we do steps C-F of Fig. 2 from DeSantis et al. try { - - //cout << candAln << endl; - //cout << tempAln << endl; - //cout << newTemplateAlign << endl; - //cout << endl; int longAlignmentLength = newTemplateAlign.length();