X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlabelcommand.h;h=00945e1b362e6e19cf705cf77ee16a15e5a3ccf0;hb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;hp=ec0692cac91902901630388ddcd908a22121beb8;hpb=51cf89e90eef8b300c2786eb1560dd89e6e83445;p=mothur.git diff --git a/getlabelcommand.h b/getlabelcommand.h index ec0692c..00945e1 100644 --- a/getlabelcommand.h +++ b/getlabelcommand.h @@ -17,13 +17,22 @@ class GlobalData; class GetlabelCommand : public Command { public: - GetlabelCommand(); + GetlabelCommand(string); + GetlabelCommand(){} ~GetlabelCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); + void help(); private: GlobalData* globaldata; string filename; + bool abort; + vector outputNames; + map > outputTypes; }; -#endif \ No newline at end of file +#endif