X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;h=fb3e810666320ea2cd1c32d4b14b0c2cac08c995;hb=df905918ace8537273616b4120d404ebd29dc9cc;hp=bc805bdc7ef5363b3c300b4bc980f535704ee0f7;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;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;