Permalink
Browse files

Fixes bug with pre.cluster no groups

  • Loading branch information...
1 parent 43b3eee commit 6659a25dbe09e279cd32ba70f0f4f1b8b0d01684 @mothur-westcott mothur-westcott committed Jan 31, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 source/commands/preclustercommand.cpp
@@ -805,11 +805,11 @@ int PreClusterCommand::readFASTA(){
}
inFasta.close();
+ length = *(lengths.begin());
+
if (lengths.size() > 1) { method = "unaligned"; }
else if (lengths.size() == 1) { method = "aligned"; filterSeqs(); }
- length = *(lengths.begin());
-
return alignSeqs.size();
}

0 comments on commit 6659a25

Please sign in to comment.