]> git.donarmstrong.com Git - mothur.git/blob - getgroupcommand.h
6750373102c4621d6ed4abf5062f537d55849449
[mothur.git] / getgroupcommand.h
1 #ifndef GETGROUPCOMMAND_H
2 #define GETGROUPCOMMAND_H
3
4 /*
5  *  getgroupcommand.h
6  *  Mothur
7  *
8  *  Created by Thomas Ryabin on 2/2/09.
9  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12
13 #include "command.hpp"
14 #include "readmatrix.hpp"
15
16 class GlobalData;
17
18 class GetgroupCommand : public Command {
19 public:
20         GetgroupCommand();
21         ~GetgroupCommand();
22         int execute();
23         
24 private:
25         GlobalData* globaldata;
26         GroupMap* groupMap;
27 };
28
29 #endif