]> git.donarmstrong.com Git - mothur.git/blobdiff - otuhierarchycommand.cpp
added citation function to commands
[mothur.git] / otuhierarchycommand.cpp
index edfdaea6a1a5c02b1a8b0c96b10768be4770b1a5..cc5703223c7db32f31a2bf6db21d256145100f06 100644 (file)
@@ -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();