]> git.donarmstrong.com Git - mothur.git/blob - readtreecommand.h
0810ab015ab93d98a90ec2e742ac7d4f77050722
[mothur.git] / readtreecommand.h
1 #ifndef READTREECOMMAND_H
2 #define READTREECOMMAND_H
3
4 /*
5  *  readtreecommand.h
6  *  Mothur
7  *
8  *  Created by Sarah Westcott on 1/23/09.
9  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12
13 #include <Carbon/Carbon.h>
14 #include <iostream>
15 #include <fstream>
16 #include "command.hpp"
17 #include "readtree.h"
18 #include "treemap.h"
19
20 class GlobalData;
21
22 class ReadTreeCommand : public Command {
23 public:
24         ReadTreeCommand();
25         ~ReadTreeCommand();
26         int execute();
27         
28 private:
29         GlobalData* globaldata;
30         ReadTree* read;
31         TreeMap* treeMap;
32         string filename;
33 };
34
35
36
37
38
39
40
41
42 #endif