From ee1d3ba3f314f05ea50c07c881fa41ce257da77a Mon Sep 17 00:00:00 2001 From: pschloss Date: Tue, 24 Nov 2009 16:29:42 +0000 Subject: [PATCH] fixed splash page citation --- Mothur.xcodeproj/project.pbxproj | 4 ++-- mothur.cpp | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Mothur.xcodeproj/project.pbxproj b/Mothur.xcodeproj/project.pbxproj index 5dc0ea9..20524ba 100644 --- a/Mothur.xcodeproj/project.pbxproj +++ b/Mothur.xcodeproj/project.pbxproj @@ -1328,7 +1328,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; OTHER_CPLUSPLUSFLAGS = ""; PREBINDING = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; WARNING_CFLAGS = ""; }; name = Debug; @@ -1357,7 +1357,7 @@ "-wall", ); PREBINDING = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; SYMROOT = /Users/johnwestcott/Desktop; WARNING_CFLAGS = ""; }; diff --git a/mothur.cpp b/mothur.cpp index 2d8f2f4..1c0c98f 100644 --- a/mothur.cpp +++ b/mothur.cpp @@ -58,7 +58,11 @@ int main(int argc, char *argv[]){ mothurOut("pschloss@umich.edu"); mothurOutEndLine(); mothurOut("http://www.mothur.org"); - mothurOutEndLine(); + 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"); -- 2.39.2