X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;fp=splitgroupscommand.h;h=6705ba98e3ab9ebd165429260828632eca43ede4;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=c45c7ff6b386111ba34897c3e13ff213e832b79f;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index c45c7ff..6705ba9 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -25,21 +25,21 @@ class SplitGroupCommand : public Command { public: SplitGroupCommand(string); SplitGroupCommand(); - ~SplitGroupCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); - + ~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(); int splitFasta(); vector outputNames; - map > outputTypes; map > nameMap; map >::iterator itNames; GroupMap* groupMap;