X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=hclustercommand.h;h=d1074070420fc89347a65b8fa8c0448c953c8881;hp=adf9f25f3bc92f4f67e15a6e84c210637de7b2ef;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/hclustercommand.h b/hclustercommand.h index adf9f25..d107407 100644 --- a/hclustercommand.h +++ b/hclustercommand.h @@ -38,9 +38,12 @@ public: vector setParameters(); string getCommandName() { return "hcluster"; } string getCommandCategory() { return "Clustering"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Sun Y, Cai Y, Liu L, Yu F, Farrell ML, Mckendree W, Farmerie W (2009). ESPRIT: estimating species richness using large collections of 16S rRNA pyrosequences. Nucleic Acids Res 37: e76. \nhttp://www.mothur.org/wiki/Hcluster"; } - + string getDescription() { return "cluster your sequences into OTUs using a distance matrix"; } + int execute(); void help() { m->mothurOut(getHelpString()); }