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