]> git.donarmstrong.com Git - mothur.git/blobdiff - readtreecommand.h
a few minor things - pds
[mothur.git] / readtreecommand.h
index e9424b2be6d534c61dca64195e2272d7782e0aa4..99ddc380bd8d1dd4a2ac1a7eaa3e3bb5fd17e787 100644 (file)
@@ -10,8 +10,6 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
 #include "command.hpp"
 #include "readtree.h"
 #include "treemap.h"
@@ -20,15 +18,18 @@ class GlobalData;
 
 class ReadTreeCommand : public Command {
 public:
-       ReadTreeCommand();
+       ReadTreeCommand(string);
        ~ReadTreeCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
        ReadTree* read;
        TreeMap* treeMap;
-       string filename;
+       string filename, treefile, groupfile;
+       bool abort;
+
 };