X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=getgroupcommand.h;fp=getgroupcommand.h;h=00c1b51936009de1fb24d5fa227cc40c3c5325dd;hb=5e7c1cf6a6dd289a90d27c0eef7eb4675b5e17b7;hp=0000000000000000000000000000000000000000;hpb=addc715b6d7ea52440751cec10edad03e1a19b37;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h new file mode 100644 index 0000000..00c1b51 --- /dev/null +++ b/getgroupcommand.h @@ -0,0 +1,31 @@ +#ifndef GETGROUPCOMMAND_H +#define GETGROUPCOMMAND_H + +/* + * getgroupcommand.h + * Mothur + * + * Created by Thomas Ryabin on 2/2/09. + * Copyright 2009 __MyCompanyName__. All rights reserved. + * + */ + +#include +#include +#include "command.hpp" +#include "readmatrix.hpp" + +class GlobalData; + +class GetgroupCommand : public Command { +public: + GetgroupCommand(); + ~GetgroupCommand(); + int execute(); + +private: + GlobalData* globaldata; + GroupMap* groupMap; +}; + +#endif