]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.cpp
added citation function to commands
[mothur.git] / preclustercommand.cpp
index 9f96ebd43a836bf699aa5ae1fff55f8752ad748a..9299a6c6fc26e222869d515eb3fc362d0671bced 100644 (file)
@@ -73,6 +73,7 @@ PreClusterCommand::PreClusterCommand(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();