X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.h;h=8a2c862cb66398ec1c00e964c627d158fc0d39c0;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=b82ee7606cdafba5c3f392546cb82858eb8aad8b;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/otuhierarchycommand.h b/otuhierarchycommand.h index b82ee76..8a2c862 100644 --- a/otuhierarchycommand.h +++ b/otuhierarchycommand.h @@ -25,6 +25,9 @@ public: string getCommandName() { return "otu.hierarchy"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Otu.hierarchy"; } + string getDescription() { return "relates OTUs at different distances"; } + int execute(); void help() { m->mothurOut(getHelpString()); }