X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=62e063d8a0fe93c3942959527cde646996e3430d;hb=a9dbc22713bfc056a797361dd757b1a5c98e1c01;hp=a8dc9a19e656651be58416c99e802e1b98b72a56;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/splitgroupscommand.h b/splitgroupscommand.h index a8dc9a1..62e063d 100644 --- a/splitgroupscommand.h +++ b/splitgroupscommand.h @@ -42,9 +42,12 @@ public: private: vector outputNames; - string outputDir, namefile, groupfile, groups, fastafile; + string outputDir, namefile, groupfile, countfile, groups, fastafile; vector Groups; bool abort; + + int runNameGroup(); + int runCount(); }; /***************************************************************************************/