]> git.donarmstrong.com Git - mothur.git/blobdiff - splitgroupscommand.cpp
added citation function to commands
[mothur.git] / splitgroupscommand.cpp
index c21243431875e4940cc9e75256eb5e3829584792..220c7cc680b1729880001c5bf94ad1fc284a85e9 100644 (file)
@@ -70,6 +70,7 @@ SplitGroupCommand::SplitGroupCommand(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();