X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getrelabundcommand.h;h=dcb4cf71e43a919bc6fce2588b8d7e8e7c2864dd;hp=0df0e7d981f27b638c4bfd09d745ca9cbc9481bc;hb=615301e57c25e241356a9c2380648d117709458d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/getrelabundcommand.h b/getrelabundcommand.h index 0df0e7d..dcb4cf7 100644 --- a/getrelabundcommand.h +++ b/getrelabundcommand.h @@ -25,8 +25,12 @@ public: vector setParameters(); string getCommandName() { return "get.relabund"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Get.relabund"; } + string getDescription() { return "calculates the relative abundance of each OTU in a sample"; } + int execute(); void help() { m->mothurOut(getHelpString()); }