]> git.donarmstrong.com Git - mothur.git/blobdiff - removeotuscommand.cpp
added parameter to chimera.uchime
[mothur.git] / removeotuscommand.cpp
index d1c12c888d8e34f377e4ea6ae661fad997021335..30f337bf7fffc90bcdf7d9ebb8cc97611c6ebd29 100644 (file)
@@ -44,7 +44,7 @@ string RemoveOtusCommand::getHelpString(){
                helpString += "The remove.otus command should be in the following format: remove.otus(accnos=yourAccnos, list=yourListFile, group=yourGroupFile, label=yourLabel).\n";
                helpString += "Example remove.otus(accnos=amazon.accnos, list=amazon.fn.list, group=amazon.groups, label=0.03).\n";
                helpString += "or remove.otus(groups=pasture, list=amazon.fn.list, amazon.groups, label=0.03).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n";
                return helpString;
        }
        catch(exception& e) {
@@ -75,6 +75,7 @@ RemoveOtusCommand::RemoveOtusCommand(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();