X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removegroupscommand.h;fp=removegroupscommand.h;h=c36998ad8bb52349d3c5d0ee73812dd8a6f50c07;hb=5b72d1cf3fa48730e5bb70d59cced1e43e1fe424;hp=c6db38057f8c206ecbba0806486078eccdcc7278;hpb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;p=mothur.git diff --git a/removegroupscommand.h b/removegroupscommand.h index c6db380..c36998a 100644 --- a/removegroupscommand.h +++ b/removegroupscommand.h @@ -36,7 +36,7 @@ public: private: set names; - string accnosfile, fastafile, namefile, groupfile, designfile, listfile, taxfile, outputDir, groups, sharedfile; + string accnosfile, fastafile, namefile, groupfile, countfile, designfile, listfile, taxfile, outputDir, groups, sharedfile; bool abort; vector outputNames, Groups; GroupMap* groupMap; @@ -49,6 +49,7 @@ private: int readShared(); int readName(); int readGroup(); + int readCount(); int readList(); int readTax(); int fillNames();