]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.cpp
removed make count from make.contigs
[mothur.git] / unweighted.cpp
index e95834fb485fb6131fcacdb458e3f6c96b862693..56694e32e3a977b08df087dfc8deeabb2524564c 100644 (file)
@@ -104,7 +104,7 @@ EstOutput Unweighted::createProcesses(Tree* t, vector< vector<string> > namesOfG
                                
                                if (m->control_pressed) { exit(0); }
                                
-                               m->mothurOut("Merging results."); m->mothurOutEndLine();
+                               //m->mothurOut("Merging results."); m->mothurOutEndLine();
                                
                                //pass numSeqs to parent
                                ofstream out;
@@ -156,7 +156,7 @@ EstOutput Unweighted::createProcesses(Tree* t, vector< vector<string> > namesOfG
                        m->mothurRemove(s);
                }
                
-               m->mothurOut("DONE."); m->mothurOutEndLine(); m->mothurOutEndLine();
+               //m->mothurOut("DONE."); m->mothurOutEndLine(); m->mothurOutEndLine();
                
                return results;
 #endif