]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
added citation function to commands
[mothur.git] / seqsummarycommand.cpp
index 2f3638d2ae8bfc9f051c60520c3bf9429afc9a45..1ca79b1b7c738f10f8a23b1d2fe7ca353e0dcd09 100644 (file)
@@ -66,6 +66,7 @@ SeqSummaryCommand::SeqSummaryCommand(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();