]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
added *.count.summary file to count.groups command. added deltaq and insert parameter...
[mothur.git] / clustersplitcommand.cpp
index 0e6798f39039ad9245e7e12131ac5722cdc34804..87d26cea75033c911d4db315265123fdd3dd49de 100644 (file)
@@ -439,6 +439,8 @@ int ClusterSplitCommand::execute(){
                vector< map<string, string> > distName = split->getDistanceFiles();  //returns map of distance files -> namefile sorted by distance file size
                delete split;
                
+        if (m->debug) { m->mothurOut("[DEBUG]: distName.size() = " + toString(distName.size()) + ".\n"); }
+                
                //output a merged distance file
                if (splitmethod == "fasta")             { createMergedDistanceFile(distName); }