X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;fp=getgroupcommand.h;h=79dd8057216ec17fcd706d5a6a480c461161a458;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=fb3e810666320ea2cd1c32d4b14b0c2cac08c995;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index fb3e810..79dd805 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -11,26 +11,26 @@ */ #include "command.hpp" -#include "globaldata.hpp" class GetgroupCommand : public Command { public: GetgroupCommand(string); GetgroupCommand(); - ~GetgroupCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~GetgroupCommand() {} + + vector setParameters(); + string getCommandName() { return "get.group"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } + private: - GlobalData* globaldata; - GroupMap* groupMap; - string outputFile, sharedfile; + + string outputFile, sharedfile, outputDir; vector outputNames; - map > outputTypes; ofstream out; ifstream in; bool abort;