]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.cpp
added citation function to commands
[mothur.git] / removegroupscommand.cpp
index e0943cf0cb52f2c2ba3faf7fe8a5e2add7281597..5a70b27456e782ddba0ab0c2a133ad1d9831a540 100644 (file)
@@ -79,6 +79,7 @@ RemoveGroupsCommand::RemoveGroupsCommand(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();