]> git.donarmstrong.com Git - mothur.git/blob - getlabelcommand.h
Added get.line command.
[mothur.git] / getlabelcommand.h
1 #ifndef GETLABELCOMMAND_H
2 #define GETLABELCOMMAND_H
3
4 /*
5  *  getlabelcommand.h
6  *  Mothur
7  *
8  *  Created by Thomas Ryabin on 1/30/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 GetlabelCommand : public Command {
21 public:
22         GetlabelCommand();
23         ~GetlabelCommand();
24         int execute();
25         
26 private:
27         GlobalData* globaldata;
28         string filename;
29 };
30
31 #endif