]> git.donarmstrong.com Git - mothur.git/blobdiff - filterseqscommand.cpp
added citation function to commands
[mothur.git] / filterseqscommand.cpp
index 613dfda1dbbfcc74bea7e218fff53850c366fd7c..167dd3ce835f071e70c187ba9507fb2931a2e548 100644 (file)
@@ -78,6 +78,7 @@ FilterSeqsCommand::FilterSeqsCommand(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();