]> git.donarmstrong.com Git - mothur.git/blobdiff - otuhierarchycommand.cpp
working on removing pointers from chimera.slayer to eliminate pesky memory leaks
[mothur.git] / otuhierarchycommand.cpp
index 17e29d9528c1122f73a2f81a32c1998dded037cf..cc5703223c7db32f31a2bf6db21d256145100f06 100644 (file)
@@ -38,7 +38,7 @@ string OtuHierarchyCommand::getHelpString(){
                helpString += "otu.hierarchy(list=yourListFile, label=yourLabels).\n";
                helpString += "Example otu.hierarchy(list=amazon.fn.list, label=0.01-0.03).\n";
                helpString += "The otu.hierarchy command outputs a .otu.hierarchy file which is described on the wiki.\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) {
@@ -67,6 +67,7 @@ OtuHierarchyCommand::OtuHierarchyCommand(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();