X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.h;h=232c36ba36763dcdb325fb9f8404d537e92450a6;hb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;hp=444b55edf9fb7d5f3f126e3f96a3214aa6a167dc;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/splitabundcommand.h b/splitabundcommand.h index 444b55e..232c36b 100644 --- a/splitabundcommand.h +++ b/splitabundcommand.h @@ -35,8 +35,10 @@ public: vector setParameters(); string getCommandName() { return "split.abund"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Split.abund"; } + string getDescription() { return "split a list, name, group or fasta file based on abundance"; } int execute(); void help() { m->mothurOut(getHelpString()); }