X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hclustercommand.h;h=6bf559ae6937f130679a5b601e939d7b79193acc;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=f27837a312bd0b10eca4108352a95003e5ae2be4;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/hclustercommand.h b/hclustercommand.h index f27837a..6bf559a 100644 --- a/hclustercommand.h +++ b/hclustercommand.h @@ -38,9 +38,11 @@ public: vector setParameters(); string getCommandName() { return "hcluster"; } string getCommandCategory() { return "Clustering"; } + string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Hcluster"; } - + 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()); }