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