X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;fp=getgroupcommand.h;h=bc805bdc7ef5363b3c300b4bc980f535704ee0f7;hb=0470f6d037aacb3563c3f7010708120a4a67d4e6;hp=496d0c9c91d2970ecbef50977ff78e8795526538;hpb=bede5752eaeedb5a7e339439b6ba2f6670bca2b9;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index 496d0c9..bc805bd 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -15,9 +15,10 @@ 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; };