X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.h;h=c4b236cb12dbfc535c1de5da7840b39f21176fb7;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=28c7d237dccb8ce31542c76f01378b0f8e053d71;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/clustersplitcommand.h b/clustersplitcommand.h index 28c7d23..c4b236c 100644 --- a/clustersplitcommand.h +++ b/clustersplitcommand.h @@ -26,9 +26,11 @@ public: ~ClusterSplitCommand() {} vector setParameters(); - string getCommandName() { return "cluster.split"; } - string getCommandCategory() { return "OTU-Based Approaches"; } + string getCommandName() { return "cluster.split"; } + string getCommandCategory() { return "Clustering"; } string getHelpString(); + string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol. \nhttp://www.mothur.org/wiki/Cluster.split"; } + string getDescription() { return "splits your sequences by distance or taxonomy then clusters into OTUs"; } int execute(); void help() { m->mothurOut(getHelpString()); }