X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.h;h=643551a35c0289efe46a9bd5f2e280566faea31e;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=e76332cbd9f7c82afed60ddfc48f84c0489798bb;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/clusterdoturcommand.h b/clusterdoturcommand.h index e76332c..643551a 100644 --- a/clusterdoturcommand.h +++ b/clusterdoturcommand.h @@ -28,7 +28,8 @@ public: string getCommandName() { return "cluster.classic"; } string getCommandCategory() { return "Clustering"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Cluster.classic"; } + 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()); }