X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupscommand.h;h=955de627ccb6f4952c6ed3a1444ee2b4d5397187;hb=836150c0a3666899ad58426388f4999d6cf8829a;hp=7c4c92fff02ae6f577ca92a736fb7b14711cb302;hpb=e3e0858c684c4608d679840024e5095ddc8e2719;p=mothur.git diff --git a/getgroupscommand.h b/getgroupscommand.h index 7c4c92f..955de62 100644 --- a/getgroupscommand.h +++ b/getgroupscommand.h @@ -21,19 +21,21 @@ public: GetGroupsCommand(string); GetGroupsCommand(); ~GetGroupsCommand(){} - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + + vector setParameters(); + string getCommandName() { return "get.groups"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } + private: set names; string accnosfile, fastafile, namefile, groupfile, listfile, taxfile, outputDir, groups; bool abort; vector outputNames, Groups; - map > outputTypes; GroupMap* groupMap; int readFasta();