X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.h;h=643551a35c0289efe46a9bd5f2e280566faea31e;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=5358488c549ca911f9015a6e3f6caba81b9b4286;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/clusterdoturcommand.h b/clusterdoturcommand.h index 5358488..643551a 100644 --- a/clusterdoturcommand.h +++ b/clusterdoturcommand.h @@ -25,9 +25,11 @@ public: ~ClusterDoturCommand(){} vector setParameters(); - string getCommandName() { return "cluster.classic"; } - string getCommandCategory() { return "OTU-Based Approaches"; } + string getCommandName() { return "cluster.classic"; } + string getCommandCategory() { return "Clustering"; } string getHelpString(); + string getCitation() { return "Schloss PD, Handelsman J (2005). Introducing DOTUR, a computer program for defining operational taxonomic units and estimating species richness. Appl Environ Microbiol 71: 1501-6. \nhttp://www.mothur.org/wiki/Cluster.classic"; } + string getDescription() { return "cluster your sequences into OTUs using DOTUR’s method"; } int execute(); void help() { m->mothurOut(getHelpString()); }