]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
added citation function to commands
[mothur.git] / clustersplitcommand.cpp
index a695a6a750eefc5620e83bb5b9a294b9921495fc..bdc8075342de2f484238c4810ee4da5babb0356c 100644 (file)
@@ -105,6 +105,7 @@ ClusterSplitCommand::ClusterSplitCommand(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();