X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.h;h=62e063d8a0fe93c3942959527cde646996e3430d;hb=16f9c4ab6f39769856b13e048eae2c8eaa413c02;hp=a8dc9a19e656651be58416c99e802e1b98b72a56;hpb=f687723a8357916e86a05116978e6869b039ce36;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(); }; /***************************************************************************************/