X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=aligncommand.cpp;h=efc8ce489e79ac5e1d17084f5e952b39590894ba;hb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;hp=a68fbfcba365207d7847c7eeaff12d9e4a4914e2;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/aligncommand.cpp b/aligncommand.cpp index a68fbfc..efc8ce4 100644 --- a/aligncommand.cpp +++ b/aligncommand.cpp @@ -572,7 +572,6 @@ int AlignCommand::driver(linePair* filePos, string alignFName, string reportFNam if (candidateSeq->getUnaligned().length() > alignment->getnRows()) { alignment->resize(candidateSeq->getUnaligned().length()+1); } - Sequence temp = templateDB->findClosestSequence(candidateSeq); Sequence* templateSeq = &temp;