]> git.donarmstrong.com Git - mothur.git/commitdiff
updated pats contact and mothur header info
authorwestcott <westcott>
Wed, 2 Sep 2009 09:50:25 +0000 (09:50 +0000)
committerwestcott <westcott>
Wed, 2 Sep 2009 09:50:25 +0000 (09:50 +0000)
helpcommand.cpp
mothur.cpp
mothur.h

index 47fb72ad6e561f35b74e210c3a715561dc78a398..ba4f53d942b899d4dc02d65c8acc68a63fdd45f7 100644 (file)
@@ -32,7 +32,7 @@ int HelpCommand::execute(){
        
        delete validCommands;
        
-       mothurOutEndLine(); mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://schloss.micro.umass.edu/mothur/, or contact Pat Schloss at pschloss@microbio.umass.edu.\n");
+       mothurOutEndLine(); mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://www.mothur.org/wiki, or contact Pat Schloss at pschloss@umich.edu.\n");
        return 0;
 }
 
index 400c497bcc8e0193f05d8d56fd25c1d0ff5ddc3d..5bb9c05d294d1cf909190659637d9e6a2232cfde 100644 (file)
@@ -41,9 +41,9 @@ int main(int argc, char *argv[]){
 
                
                //header
-               mothurOut("mothur v.1.5.0");
+               mothurOut("mothur v.1.5.1");
                mothurOutEndLine();             
-               mothurOut("Last updated: 8/03/2009");
+               mothurOut("Last updated: 9/02/2009");
                mothurOutEndLine();     
                mothurOutEndLine();             
                mothurOut("by");
@@ -51,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();             
index ed206af809e4f369b12015ed0406966d12992a72..c5afe86a79a9e92c789735ea3b1be3d33accf66a 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -257,7 +257,7 @@ inline void errorOut(exception& e, string object, string function) {
        
                mothurOut("Error: ");
                mothurOut(toString(e.what()));
-               mothurOut(" has occurred in the " + object + " class function " + function + ". Please contact Pat Schloss at pschloss@microbio.umass.edu, and be sure to include the mothur.logFile with your inquiry.");
+               mothurOut(" has occurred in the " + object + " class function " + function + ". Please contact Pat Schloss at pschloss@umich.edu, and be sure to include the mothur.logFile with your inquiry.");
                mothurOutEndLine();
        
 }