]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.cpp
added citation function to commands
[mothur.git] / hclustercommand.cpp
index 12f1f9e0b33904639cca446f0b0d698e9f64f625..3e99473bb6d742cd759c6a5a3eed55373df58549 100644 (file)
@@ -74,6 +74,7 @@ HClusterCommand::HClusterCommand(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();