X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlabelcommand.h;fp=getlabelcommand.h;h=00945e1b362e6e19cf705cf77ee16a15e5a3ccf0;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=3e18026f327d1836a8f2d623c10ad1c966a21525;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;p=mothur.git diff --git a/getlabelcommand.h b/getlabelcommand.h index 3e18026..00945e1 100644 --- a/getlabelcommand.h +++ b/getlabelcommand.h @@ -18,7 +18,12 @@ class GlobalData; class GetlabelCommand : public Command { public: GetlabelCommand(string); + GetlabelCommand(){} ~GetlabelCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -26,6 +31,8 @@ private: GlobalData* globaldata; string filename; bool abort; + vector outputNames; + map > outputTypes; }; #endif