X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;fp=getgroupcommand.h;h=fb3e810666320ea2cd1c32d4b14b0c2cac08c995;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=bc805bdc7ef5363b3c300b4bc980f535704ee0f7;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index bc805bd..fb3e810 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -16,7 +16,12 @@ class GetgroupCommand : public Command { public: GetgroupCommand(string); + GetgroupCommand(); ~GetgroupCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -24,6 +29,8 @@ private: GlobalData* globaldata; GroupMap* groupMap; string outputFile, sharedfile; + vector outputNames; + map > outputTypes; ofstream out; ifstream in; bool abort;