]> git.donarmstrong.com Git - mothur.git/blobdiff - removerarecommand.cpp
added citation function to commands
[mothur.git] / removerarecommand.cpp
index e46aa09f9e338ddd49305758504288f7dc65aa5e..cd0b602113f496af4a1db27850e882ae04d29077 100644 (file)
@@ -83,6 +83,7 @@ RemoveRareCommand::RemoveRareCommand(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();