]> git.donarmstrong.com Git - mothur.git/blobdiff - homovacommand.cpp
added citation function to commands
[mothur.git] / homovacommand.cpp
index f9d259d2e817d9d4458dc4b54adc218aea6ab5b3..a8d2786f085ef584ba5f18069dfea2c5a51da572 100644 (file)
@@ -72,6 +72,7 @@ HomovaCommand::HomovaCommand(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();