X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlabelcommand.h;h=00945e1b362e6e19cf705cf77ee16a15e5a3ccf0;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=d3797acc32e2accb8a3cda94660a40019c970bf4;hpb=bfbc55964f1977da72c2cea984288a427d370a59;p=mothur.git diff --git a/getlabelcommand.h b/getlabelcommand.h index d3797ac..00945e1 100644 --- a/getlabelcommand.h +++ b/getlabelcommand.h @@ -6,7 +6,7 @@ * Mothur * * Created by Thomas Ryabin on 1/30/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ @@ -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