X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.cpp;h=1c0c98f9f1caf4cec5de25f4c66ce7f9a3a3af8f;hb=ee1d3ba3f314f05ea50c07c881fa41ce257da77a;hp=0cd4faf1dcc3eec95d9cc05b39e32980fe88d5c4;hpb=0bb069a445785a88a95e3f1427afba7df056a0b3;p=mothur.git diff --git a/mothur.cpp b/mothur.cpp index 0cd4faf..1c0c98f 100644 --- a/mothur.cpp +++ b/mothur.cpp @@ -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.7.0"); mothurOutEndLine(); - mothurOut("Last updated: 6/23/2009"); + mothurOut("Last updated: 11/23/2009"); mothurOutEndLine(); mothurOutEndLine(); mothurOut("by"); @@ -51,12 +51,18 @@ int main(int argc, char *argv[]){ mothurOut("Patrick D. Schloss"); mothurOutEndLine(); mothurOutEndLine(); - mothurOut("Department of Microbiology"); - mothurOutEndLine(); - mothurOut("pschloss@micro.umass.edu"); - mothurOutEndLine(); - mothurOut("http://schloss.micro.umass.edu/mothur"); + mothurOut("Department of Microbiology & Immunology"); mothurOutEndLine(); + mothurOut("University of Michigan"); + mothurOutEndLine(); + mothurOut("pschloss@umich.edu"); + mothurOutEndLine(); + mothurOut("http://www.mothur.org"); + mothurOutEndLine(); + mothurOutEndLine(); + mothurOut("When using, please cite:"); + mothurOutEndLine(); + mothurOut("Schloss, P.D., et al., Introducing mothur: Open-source, platform-independent, community-supported software for describing and comparing microbial communities. Appl Environ Microbiol, 2009. 75(23):7537-41."); mothurOutEndLine(); mothurOutEndLine(); mothurOut("Distributed under the GNU General Public License");