]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
added order=A or order=B to trim.flows and shhh.flows commands. added load balancing...
[mothur.git] / clustersplitcommand.cpp
index 87d26cea75033c911d4db315265123fdd3dd49de..92f0e486898f80b2c6f85bb984a5b7662bc18340 100644 (file)
@@ -947,7 +947,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);