X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clustersplitcommand.cpp;h=bdc8075342de2f484238c4810ee4da5babb0356c;hp=a695a6a750eefc5620e83bb5b9a294b9921495fc;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901 diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index a695a6a..bdc8075 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -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 myArray = setParameters();