]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
added help for heatmap.sim
[mothur.git] / getgroupcommand.h
index b29673529cca9387ed4a5916166180e0a9966ead..496d0c9c91d2970ecbef50977ff78e8795526538 100644 (file)
@@ -6,14 +6,12 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 2/2/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
 #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