]> git.donarmstrong.com Git - mothur.git/blobdiff - readtreecommand.h
fixed summary.shared bug and set jumble default to 1.
[mothur.git] / readtreecommand.h
diff --git a/readtreecommand.h b/readtreecommand.h
new file mode 100644 (file)
index 0000000..0810ab0
--- /dev/null
@@ -0,0 +1,42 @@
+#ifndef READTREECOMMAND_H
+#define READTREECOMMAND_H
+
+/*
+ *  readtreecommand.h
+ *  Mothur
+ *
+ *  Created by Sarah Westcott on 1/23/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include <Carbon/Carbon.h>
+#include <iostream>
+#include <fstream>
+#include "command.hpp"
+#include "readtree.h"
+#include "treemap.h"
+
+class GlobalData;
+
+class ReadTreeCommand : public Command {
+public:
+       ReadTreeCommand();
+       ~ReadTreeCommand();
+       int execute();
+       
+private:
+       GlobalData* globaldata;
+       ReadTree* read;
+       TreeMap* treeMap;
+       string filename;
+};
+
+
+
+
+
+
+
+
+#endif
\ No newline at end of file