]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
added screen.seqs command - pds
[mothur.git] / getgroupcommand.h
index 6750373102c4621d6ed4abf5062f537d55849449..496d0c9c91d2970ecbef50977ff78e8795526538 100644 (file)
@@ -11,9 +11,7 @@
  */
 
 #include "command.hpp"
-#include "readmatrix.hpp"
-
-class GlobalData;
+#include "globaldata.hpp"
 
 class GetgroupCommand : public Command {
 public:
@@ -24,6 +22,10 @@ public:
 private:
        GlobalData* globaldata;
        GroupMap* groupMap;
+       string outputFile, sharedfile;
+       ofstream out;
+       ifstream in;
+
 };
 
 #endif