]> git.donarmstrong.com Git - mothur.git/blobdiff - taxonomyequalizer.cpp
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / taxonomyequalizer.cpp
index d3b24d1297f280f0b4f11a30724a3c9d61d8427f..2f6fc77c7c29f689c6283c68c76ae14d8eea2b79 100644 (file)
@@ -61,7 +61,7 @@ TaxEqualizer::TaxEqualizer(string tfile, int c, string o) : cutoff(c), outputDir
                        in.close();
                        out.close();
                        
-                       if (m->control_pressed) { remove(equalizedFile.c_str());  }
+                       if (m->control_pressed) { m->mothurRemove(equalizedFile);  }
                }else { inTax.close(); }
                
        }