]> git.donarmstrong.com Git - mothur.git/blobdiff - deuniquetreecommand.cpp
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / deuniquetreecommand.cpp
index f39a182ed863893c66f9b22a25c4c6765c04d165..dca81e5ebb6359752731b7a003173b2da0306b0e 100644 (file)
@@ -181,7 +181,7 @@ int DeuniqueTreeCommand::execute() {
                                
                                if (m->control_pressed) { 
                                        delete tmap; for (int i = 0; i < T.size(); i++) { delete T[i]; }
-                                       for (int i = 0; i < outputNames.size(); i++) {  remove(outputNames[i].c_str()); } outputTypes.clear();
+                                       for (int i = 0; i < outputNames.size(); i++) {  m->mothurRemove(outputNames[i]); } outputTypes.clear();
                                        m->Groups.clear();
                                        return 0;
                                }