]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.cpp
added warning to readBlast to warn about duplicate names in the blast file.
[mothur.git] / mgclustercommand.cpp
index b9c9d1eb845543bc38893068081b9367b913980b..0a2f91f4d08241547b2e4653a3d09841486dc42c 100644 (file)
@@ -312,10 +312,13 @@ int MGClusterCommand::execute(){
                                outputTypes.clear();
                                return 0; 
                        }
-               
+            
+            
                        //cluster using cluster classes
                        while (distMatrix->getSmallDist() < cutoff && distMatrix->getNNodes() > 0){
                                
+                if (m->debug) {  cout << "numNodes=" << distMatrix->getNNodes() << " smallDist = " << distMatrix->getSmallDist() << endl; }
+                
                                cluster->update(cutoff);
                                
                                if (m->control_pressed) {