]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimonycommand.cpp
added citation function to commands
[mothur.git] / parsimonycommand.cpp
index 1be4697a4f3fde882fa08985a8a1e01072110596..403b2b86d9addf1f9291e7f87fac63ef1755c002 100644 (file)
@@ -74,6 +74,7 @@ ParsimonyCommand::ParsimonyCommand(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();