X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=hclustercommand.h;h=f27837a312bd0b10eca4108352a95003e5ae2be4;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=5fbdb3d1ab3bfe15a141c1d710ea6d84186a07db;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/hclustercommand.h b/hclustercommand.h index 5fbdb3d..f27837a 100644 --- a/hclustercommand.h +++ b/hclustercommand.h @@ -36,9 +36,10 @@ public: ~HClusterCommand(){} vector setParameters(); - string getCommandName() { return "hcluster"; } - string getCommandCategory() { return "OTU-Based Approaches"; } + string getCommandName() { return "hcluster"; } + string getCommandCategory() { return "Clustering"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Hcluster"; } int execute(); void help() { m->mothurOut(getHelpString()); }