X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrabundcommand.h;h=7e9363080e7bf7b794b3797c37df9527d8f84764;hb=a9dbc22713bfc056a797361dd757b1a5c98e1c01;hp=dd0cefc89457cb114596c988c35b6be59c650547;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getrabundcommand.h b/getrabundcommand.h index dd0cefc..7e93630 100644 --- a/getrabundcommand.h +++ b/getrabundcommand.h @@ -25,7 +25,11 @@ public: vector setParameters(); string getCommandName() { return "get.rabund"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Get.rabund"; } + string getDescription() { return "creates a rabund file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }