X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrelabundcommand.h;h=1d5163d2bf662566f2ad5923980dfc96f081231f;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=0df0e7d981f27b638c4bfd09d745ca9cbc9481bc;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getrelabundcommand.h b/getrelabundcommand.h index 0df0e7d..1d5163d 100644 --- a/getrelabundcommand.h +++ b/getrelabundcommand.h @@ -27,6 +27,8 @@ public: 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()); }