]> git.donarmstrong.com Git - mothur.git/blob - getgroupcommand.h
Added get.line command.
[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 __MyCompanyName__. All rights reserved.
10  *
11  */
12
13 #include <iostream>
14 #include <fstream>
15 #include "command.hpp"
16 #include "readmatrix.hpp"
17
18 class GlobalData;
19
20 class GetgroupCommand : public Command {
21 public:
22         GetgroupCommand();
23         ~GetgroupCommand();
24         int execute();
25         
26 private:
27         GlobalData* globaldata;
28         GroupMap* groupMap;
29 };
30
31 #endif