]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.cpp
started adding chimeraslayer method and fixed minor bug in treegroupscommand deconstr...
[mothur.git] / mothur.cpp
index 88caa25fd2a16375e6ad515e989cdf19ddcfc916..46189271b470a5b58562a66438db48372214720b 100644 (file)
@@ -24,6 +24,7 @@ int main(int argc, char *argv[]){
                
                //version
                #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+                       system("clear");
                        #if defined (__APPLE__) || (__MACH__)
                                mothurOutJustToLog("Mac version");
                                mothurOutEndLine(); mothurOutEndLine();
@@ -33,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.6.0");
                mothurOutEndLine();             
-               mothurOut("Last updated: 6/23/2009");
+               mothurOut("Last updated: 10/6/2009");
                mothurOutEndLine();     
                mothurOutEndLine();             
                mothurOut("by");
@@ -49,11 +51,13 @@ int main(int argc, char *argv[]){
                mothurOut("Patrick D. Schloss");
                mothurOutEndLine();
                mothurOutEndLine();                     
-               mothurOut("Department of Microbiology");
-               mothurOutEndLine();             
-               mothurOut("pschloss@micro.umass.edu");
+               mothurOut("Department of Microbiology & Immunology");
+               mothurOutEndLine();     
+               mothurOut("University of Michigan");
+               mothurOutEndLine();                     
+               mothurOut("pschloss@umich.edu");
                mothurOutEndLine();             
-               mothurOut("http://schloss.micro.umass.edu/mothur");
+               mothurOut("http://www.mothur.org");
                mothurOutEndLine();     
                mothurOutEndLine();     
                mothurOutEndLine();