X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.h;h=ad6da0cf529121202b3bfc5d1c1d6bdc166cba16;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=342b5aa52804dda54bea8da6e8c1b4276d089290;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/otuhierarchycommand.h b/otuhierarchycommand.h index 342b5aa..ad6da0c 100644 --- a/otuhierarchycommand.h +++ b/otuhierarchycommand.h @@ -24,8 +24,11 @@ public: vector setParameters(); string getCommandName() { return "otu.hierarchy"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); 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()); }