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