]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.cpp
v 19.3
[mothur.git] / metastatscommand.cpp
index 4bb50ab107bb4fdde1d97b790cd15f3cb42d8599..99a3043995b429bf4661a776f25f050262905412 100644 (file)
@@ -52,7 +52,7 @@ string MetaStatsCommand::getHelpString(){
                helpString += "The metastats command should be in the following format: metastats(design=yourDesignFile).\n";
                helpString += "Example metastats(design=temp.design, groups=A-B-C).\n";
                helpString += "The default value for groups is all the groups in your groupfile, and all labels in your inputfile will be used.\n";
-               helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n";
                return helpString;
        }
        catch(exception& e) {
@@ -83,6 +83,7 @@ MetaStatsCommand::MetaStatsCommand(string option) {
                
                //allow user to run help
                if(option == "help") { help(); abort = true; calledHelp = true; }
+               else if(option == "citation") { citation(); abort = true; calledHelp = true;}
                
                else {
                        vector<string> myArray = setParameters();