X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrelabundcommand.h;h=c5b50e602ef133913061f56b11cc9cadae874d34;hb=e8e13c129ba8184ec5932a090773f353f3ae3406;hp=0df0e7d981f27b638c4bfd09d745ca9cbc9481bc;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getrelabundcommand.h b/getrelabundcommand.h index 0df0e7d..c5b50e6 100644 --- a/getrelabundcommand.h +++ b/getrelabundcommand.h @@ -25,8 +25,11 @@ public: vector setParameters(); string getCommandName() { return "get.relabund"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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()); }