X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.h;h=cd106ece49d90dcfe28a0d272b672919281a912b;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=b82ee7606cdafba5c3f392546cb82858eb8aad8b;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/otuhierarchycommand.h b/otuhierarchycommand.h index b82ee76..cd106ec 100644 --- a/otuhierarchycommand.h +++ b/otuhierarchycommand.h @@ -24,7 +24,12 @@ public: vector setParameters(); string getCommandName() { return "otu.hierarchy"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); + 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()); }