]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
broke up globaldata and moved error checking and help into commands
[mothur.git] / getgroupcommand.h
index 496d0c9c91d2970ecbef50977ff78e8795526538..bc805bdc7ef5363b3c300b4bc980f535704ee0f7 100644 (file)
 
 class GetgroupCommand : public Command {
 public:
-       GetgroupCommand();
+       GetgroupCommand(string);
        ~GetgroupCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
@@ -25,6 +26,7 @@ private:
        string outputFile, sharedfile;
        ofstream out;
        ifstream in;
+       bool abort;
 
 };