]> git.donarmstrong.com Git - mothur.git/blobdiff - phylodiversitycommand.cpp
added citation function to commands
[mothur.git] / phylodiversitycommand.cpp
index d15899c2f2f853ba9529c9b65f74ce67885c8a63..bf502abe715baadd43112377c374ba218414d3d8 100644 (file)
@@ -84,6 +84,7 @@ PhyloDiversityCommand::PhyloDiversityCommand(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();;