]> git.donarmstrong.com Git - mothur.git/blobdiff - getsharedotucommand.cpp
added parameter to chimera.uchime
[mothur.git] / getsharedotucommand.cpp
index f12b1cd19a4a6a1f5c0c61074d4dc22e68aac6dd..99687701436dc5ffac7e71a444d97b42f4b6815a 100644 (file)
@@ -49,7 +49,7 @@ string GetSharedOTUCommand::getHelpString(){
                helpString += "Example get.sharedseqs(list=amazon.fn.list, label=unique-0.01, group=forest-pasture, fasta=amazon.fasta, output=accnos).\n";
                helpString += "The output to the screen is the distance and the number of otus at that distance for the groups you specified.\n";
                helpString += "The default value for label is all labels in your inputfile. The default for groups is all groups in your file.\n";
-               helpString += "Note: No spaces between parameter labels (i.e. label), '=' and parameters (i.e.yourLabel).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. label), '=' and parameters (i.e.yourLabel).\n";
                return helpString;
        }
        catch(exception& e) {
@@ -82,6 +82,7 @@ GetSharedOTUCommand::GetSharedOTUCommand(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();