]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
paralellized unifrac.weighted for windows. added get.metacommunity command. fixed...
[mothur.git] / clustersplitcommand.cpp
index 87d26cea75033c911d4db315265123fdd3dd49de..37e42d2fb167591825a26e6599c6986ee78e4f78 100644 (file)
@@ -442,8 +442,7 @@ int ClusterSplitCommand::execute(){
         if (m->debug) { m->mothurOut("[DEBUG]: distName.size() = " + toString(distName.size()) + ".\n"); }
                 
                //output a merged distance file
-               if (splitmethod == "fasta")             { createMergedDistanceFile(distName); }
-                       
+               //if (splitmethod == "fasta")           { createMergedDistanceFile(distName); }
                                
                if (m->control_pressed) { return 0; }
                
@@ -947,7 +946,7 @@ vector<string>  ClusterSplitCommand::createProcesses(vector< map<string, string>
             if ((processToAssign-1) == 1) { m->mothurOut(distName[i].begin()->first + "\n"); }
         }
         
-        //not lets reverse the order of ever other process, so we balance big files running with little ones
+        //now lets reverse the order of ever other process, so we balance big files running with little ones
         for (int i = 0; i < processors; i++) {
             //cout << i << endl;
             int remainder = ((i+1) % processors);