]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.cpp
added citation function to commands
[mothur.git] / trimseqscommand.cpp
index d8a0d1d00aaf58768d887134ffb29aa3d4e5275c..ae37a2a421ab7e81ca0f973e3a10ca2b00bef327 100644 (file)
@@ -116,6 +116,7 @@ TrimSeqsCommand::TrimSeqsCommand(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();