X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergegroupscommand.h;fp=mergegroupscommand.h;h=827f5a32762ce7f6d3c11fd0735e64f5e729e7fd;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=62839ec1a1dc80a3b77a7aad8666f35262f663b3;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/mergegroupscommand.h b/mergegroupscommand.h index 62839ec..827f5a3 100644 --- a/mergegroupscommand.h +++ b/mergegroupscommand.h @@ -14,26 +14,24 @@ #include "inputdata.h" #include "sharedrabundvector.h" -class GlobalData; - class MergeGroupsCommand : public Command { public: MergeGroupsCommand(string); MergeGroupsCommand(); - ~MergeGroupsCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~MergeGroupsCommand() {} + + vector setParameters(); + string getCommandName() { return "merge.groups"; } + string getCommandCategory() { return "General"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: - GlobalData* globaldata; GroupMap* designMap; vector lookup; - map > outputTypes; bool abort, allLines, pickedGroups; set labels; //holds labels to be used