]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.cpp
added citation function to commands
[mothur.git] / getoturepcommand.cpp
index 06a633e446d907cb7e6a5a5caa615e901a8c37c7..ce4b8950c3f1946054c7b24c82445a9ea1bc1cec 100644 (file)
@@ -117,6 +117,7 @@ GetOTURepCommand::GetOTURepCommand(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();