]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
added phylo.diversity command. added hard parameter to cluster, hcluster and read...
[mothur.git] / getgroupcommand.h
index 6750373102c4621d6ed4abf5062f537d55849449..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, sharedfile;
+       ofstream out;
+       ifstream in;
+       bool abort;
+
 };
 
 #endif