X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsabundcommand.h;h=4c967b5e9f3455c3a7ceea5fd3dac67a99f9695b;hb=e8e13c129ba8184ec5932a090773f353f3ae3406;hp=da998f563ba4f9b5a1726f821a8e96dfbfa6209a;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getsabundcommand.h b/getsabundcommand.h index da998f5..4c967b5 100644 --- a/getsabundcommand.h +++ b/getsabundcommand.h @@ -24,9 +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()); }