X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrelabundcommand.h;h=c5b50e602ef133913061f56b11cc9cadae874d34;hb=cc19310422f125d6628980bd1148e1e816792382;hp=ab1896f5b3c470d393453da29297814d697ca825;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getrelabundcommand.h b/getrelabundcommand.h index ab1896f..c5b50e6 100644 --- a/getrelabundcommand.h +++ b/getrelabundcommand.h @@ -25,7 +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()); }