]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.cpp
added citation function to commands
[mothur.git] / metastatscommand.cpp
index f637eec8b5821e45bbeae41a5282481a809a272b..99a3043995b429bf4661a776f25f050262905412 100644 (file)
@@ -83,6 +83,7 @@ MetaStatsCommand::MetaStatsCommand(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();