]> git.donarmstrong.com Git - mothur.git/blob - readtree.h
fixed bug in sharedcommand and parselistcommand and changed file extension of sorenso...
[mothur.git] / readtree.h
1 #ifndef READTREE_H
2 #define READTREE_H
3 /*
4  *  readtree.h
5  *  Mothur
6  *
7  *  Created by Sarah Westcott on 1/22/09.
8  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
9  *
10  */
11
12 using namespace std;
13
14 #include <string>
15 #include <iostream>
16
17
18 class ReadTree {
19         public:
20                 ReadTree();
21                 ~ReadTree();
22                 
23         
24         private:
25         
26
27 };
28
29
30 #endif