]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
version 1.4
[mothur.git] / getgroupcommand.h
index 26190b50139745531e2b8ae06201251c73f530aa..bc805bdc7ef5363b3c300b4bc980f535704ee0f7 100644 (file)
  */
 
 #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;
+       string outputFile, sharedfile;
        ofstream out;
+       ifstream in;
+       bool abort;
 
 };