]> git.donarmstrong.com Git - mothur.git/blobdiff - corraxescommand.cpp
added citation function to commands
[mothur.git] / corraxescommand.cpp
index ae91a24c108c16196fb67b508c62011c8cff1b63..791ec4978fd82d2fb692723fc105dfd5b6c041f0 100644 (file)
@@ -74,6 +74,7 @@ CorrAxesCommand::CorrAxesCommand(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();