X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=aligncommand.cpp;h=efc8ce489e79ac5e1d17084f5e952b39590894ba;hb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;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;