]> git.donarmstrong.com Git - mothur.git/blobdiff - countseqscommand.cpp
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / countseqscommand.cpp
index a7890b878a7f1210137e683e4a1311a02439eb49..0d8ddf5440c324b3d7fa12cc4cff92aef4996b3b 100644 (file)
@@ -222,7 +222,7 @@ int CountSeqsCommand::execute(){
                
                if (groupfile != "") { delete groupMap; }
                
-               if (m->control_pressed) { remove(outputFileName.c_str()); return 0; }
+               if (m->control_pressed) { m->mothurRemove(outputFileName); return 0; }
                
                m->mothurOutEndLine();
                m->mothurOut("Output File Name: "); m->mothurOutEndLine();