]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
version 1.4
[mothur.git] / getgroupcommand.h
index b29673529cca9387ed4a5916166180e0a9966ead..bc805bdc7ef5363b3c300b4bc980f535704ee0f7 100644 (file)
@@ -6,24 +6,28 @@
  *  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:
-       GetgroupCommand();
+       GetgroupCommand(string);
        ~GetgroupCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
        GroupMap* groupMap;
+       string outputFile, sharedfile;
+       ofstream out;
+       ifstream in;
+       bool abort;
+
 };
 
 #endif