X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.h;h=643551a35c0289efe46a9bd5f2e280566faea31e;hb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac;hp=f435a9879c992d3dd5a0739f6db1d8b016b9b8b5;hpb=0e051b4cfda410b0d441da6ff2f96d4bbe1d9e5a;p=mothur.git diff --git a/clusterdoturcommand.h b/clusterdoturcommand.h index f435a98..643551a 100644 --- a/clusterdoturcommand.h +++ b/clusterdoturcommand.h @@ -28,6 +28,8 @@ public: 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()); }