]> git.donarmstrong.com Git - mothur.git/blobdiff - readtree.h
fixed bug in sharedcommand and parselistcommand and changed file extension of sorenso...
[mothur.git] / readtree.h
diff --git a/readtree.h b/readtree.h
new file mode 100644 (file)
index 0000000..41d0305
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef READTREE_H
+#define READTREE_H
+/*
+ *  readtree.h
+ *  Mothur
+ *
+ *  Created by Sarah Westcott on 1/22/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+using namespace std;
+
+#include <string>
+#include <iostream>
+
+
+class ReadTree {
+       public:
+               ReadTree();
+               ~ReadTree();
+               
+       
+       private:
+       
+
+};
+
+
+#endif
\ No newline at end of file