X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustercommand.h;h=268ec315a81e1bbbcbd80051986703f3e02f03d4;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=3dd4410b6a6a7f5aec286adf2f36338c8b198fad;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/clustercommand.h b/clustercommand.h index 3dd4410..268ec31 100644 --- a/clustercommand.h +++ b/clustercommand.h @@ -36,6 +36,7 @@ public: 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"; } + string getDescription() { return "cluster your sequences into OTUs using a distance matrix"; } int execute(); void help() { m->mothurOut(getHelpString()); }