X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;fp=splitgroupscommand.h;h=f8bdca17e2a06877a81d4d5eca2fcabd64cef52a;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=a9a6343084c0982b1be2c6a8688a60cb45804375;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index a9a6343..f8bdca1 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -32,6 +32,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Split.group"; } + string getDescription() { return "split a name or fasta file by group"; } + int execute(); void help() { m->mothurOut(getHelpString()); }