]> git.donarmstrong.com Git - mothur.git/blobdiff - mergegroupscommand.cpp
added citation function to commands
[mothur.git] / mergegroupscommand.cpp
index cb990e467f49afddfd56a2106ee7c47c12d0bd7e..df74ade901634cc2cbfaa5a06877354a819e2ee2 100644 (file)
@@ -73,6 +73,7 @@ MergeGroupsCommand::MergeGroupsCommand(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();