X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustercommand.h;h=268ec315a81e1bbbcbd80051986703f3e02f03d4;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=3dd4410b6a6a7f5aec286adf2f36338c8b198fad;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;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()); }