X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.h;h=232c36ba36763dcdb325fb9f8404d537e92450a6;hb=cbaa068e77aeb15bb06f0695a36d8f757977ed64;hp=c883a690d9846febec2059b4d88ea1393ea2f52c;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/splitabundcommand.h b/splitabundcommand.h index c883a69..232c36b 100644 --- a/splitabundcommand.h +++ b/splitabundcommand.h @@ -35,7 +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()); }