X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=clusterdoturcommand.h;fp=clusterdoturcommand.h;h=3a3234933e65c885c89490738db9e85e6b95d5e3;hp=42be4a6d659e6b290ccdd37d3be964ad49797df4;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d diff --git a/clusterdoturcommand.h b/clusterdoturcommand.h index 42be4a6..3a32349 100644 --- a/clusterdoturcommand.h +++ b/clusterdoturcommand.h @@ -29,6 +29,7 @@ public: 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()); }