X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hclustercommand.h;h=6bf559ae6937f130679a5b601e939d7b79193acc;hb=28bcfc4a41b8b82f66636587e0d4d355d07cbdd1;hp=aeeb3bc9cb295d93bbec1c33f405dcab27e55673;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/hclustercommand.h b/hclustercommand.h index aeeb3bc..6bf559a 100644 --- a/hclustercommand.h +++ b/hclustercommand.h @@ -38,6 +38,7 @@ public: vector setParameters(); string getCommandName() { return "hcluster"; } string getCommandCategory() { return "Clustering"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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"; }