]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.cpp
added citation function to commands
[mothur.git] / summarycommand.cpp
index 6f4bb454ba57c8fba0c4b501038679d5e48e6a61..076c5ebd055259f81afa75c6953be2e13936d064 100644 (file)
@@ -102,6 +102,7 @@ SummaryCommand::SummaryCommand(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();