]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.cpp
last changes before move
[mothur.git] / mothur.cpp
index 0cd4faf1dcc3eec95d9cc05b39e32980fe88d5c4..400c497bcc8e0193f05d8d56fd25c1d0ff5ddc3d 100644 (file)
@@ -18,14 +18,13 @@ GlobalData* GlobalData::_uniqueInstance = 0;
 int main(int argc, char *argv[]){
        try {
                
-               system("clear");
-               
                //remove old logfile
                string logFileName = "mothur.logFile";
                remove(logFileName.c_str());
                
                //version
                #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+                       system("clear");
                        #if defined (__APPLE__) || (__MACH__)
                                mothurOutJustToLog("Mac version");
                                mothurOutEndLine(); mothurOutEndLine();
@@ -35,15 +34,16 @@ int main(int argc, char *argv[]){
                        #endif
 
                #else
+                       system("CLS");
                        mothurOutJustToLog("Windows version");
                        mothurOutEndLine(); mothurOutEndLine();
                #endif          
 
                
                //header
-               mothurOut("mothur v.1.4.1");
+               mothurOut("mothur v.1.5.0");
                mothurOutEndLine();             
-               mothurOut("Last updated: 6/23/2009");
+               mothurOut("Last updated: 8/03/2009");
                mothurOutEndLine();     
                mothurOutEndLine();             
                mothurOut("by");