]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.cpp
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / weighted.cpp
index d0defc3394b8aa3dc7010837c12ad4a8d0cfc472..70f6ae3eb1d621722ebd11221e88c92cc83b78eb 100644 (file)
@@ -139,7 +139,7 @@ EstOutput Weighted::createProcesses(Tree* t, vector< vector<string> > namesOfGro
                                m->gobble(in);
                        }
                        in.close();
-                       remove(s.c_str());
+                       m->mothurRemove(s);
                }
                
                m->mothurOut("DONE."); m->mothurOutEndLine(); m->mothurOutEndLine();