X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrabundcommand.h;h=dcf8c686dbd2bf75847ef500bf7fea0fbd087cb5;hb=67ea6ccd74dbd64828d31b952808255f206364ff;hp=81a5d910b53c84db70c560255ce2b508c4361f33;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getrabundcommand.h b/getrabundcommand.h index 81a5d91..dcf8c68 100644 --- a/getrabundcommand.h +++ b/getrabundcommand.h @@ -25,8 +25,12 @@ public: vector setParameters(); string getCommandName() { return "get.rabund"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Get.rabund"; } + string getDescription() { return "creates a rabund file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }