X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=6705ba98e3ab9ebd165429260828632eca43ede4;hb=643cdf74ccd4fc2d565168716fb5645917dee834;hp=f6e8760e11ef8e02661dc275f22bc94414aa1517;hpb=cea46f0830d8d1a6dc26e3410fc283d26c355831;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index f6e8760..6705ba9 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -24,10 +24,16 @@ class SplitGroupCommand : public Command { public: SplitGroupCommand(string); - ~SplitGroupCommand(); - int execute(); - void help(); - + SplitGroupCommand(); + ~SplitGroupCommand() {} + + vector setParameters(); + string getCommandName() { return "split.group"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: int readNames();