]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.cpp
fixed bug in bootstrap command that was caused by globaldata's breakup, and made...
[mothur.git] / mothur.cpp
index 88caa25fd2a16375e6ad515e989cdf19ddcfc916..0cd4faf1dcc3eec95d9cc05b39e32980fe88d5c4 100644 (file)
@@ -18,6 +18,8 @@ GlobalData* GlobalData::_uniqueInstance = 0;
 int main(int argc, char *argv[]){
        try {
                
+               system("clear");
+               
                //remove old logfile
                string logFileName = "mothur.logFile";
                remove(logFileName.c_str());