]> git.donarmstrong.com Git - mothur.git/blobdiff - removeotuscommand.cpp
added citation function to commands
[mothur.git] / removeotuscommand.cpp
index 6c8cf6a76561c151eead8d4ac151c286ba0283ad..30f337bf7fffc90bcdf7d9ebb8cc97611c6ebd29 100644 (file)
@@ -75,6 +75,7 @@ RemoveOtusCommand::RemoveOtusCommand(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();