X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrelabundcommand.h;h=1d5163d2bf662566f2ad5923980dfc96f081231f;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=ab1896f5b3c470d393453da29297814d697ca825;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getrelabundcommand.h b/getrelabundcommand.h index ab1896f..1d5163d 100644 --- a/getrelabundcommand.h +++ b/getrelabundcommand.h @@ -26,6 +26,9 @@ public: string getCommandName() { return "get.relabund"; } string getCommandCategory() { return "OTU-Based Approaches"; } 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()); }