X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsabundcommand.h;h=4c967b5e9f3455c3a7ceea5fd3dac67a99f9695b;hb=957d67f7d8bbadfd2930de061e89fd9b149270fd;hp=d17574f57a8b33e3a0625ae056d604859736e036;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getsabundcommand.h b/getsabundcommand.h index d17574f..4c967b5 100644 --- a/getsabundcommand.h +++ b/getsabundcommand.h @@ -24,8 +24,11 @@ public: vector setParameters(); string getCommandName() { return "get.sabund"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); - + string getCitation() { return "http://www.mothur.org/wiki/Get.sabund"; } + string getDescription() { return "creates a sabund file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }