]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
added citation function to commands
[mothur.git] / removeseqscommand.cpp
index 832bb9e70dd6d7addf6cc364b384a8b3de100417..c7dd5c227622cb3fe0cbf764ff266fdbdea21271 100644 (file)
@@ -81,6 +81,7 @@ RemoveSeqsCommand::RemoveSeqsCommand(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();