X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removegroupscommand.h;h=c36998ad8bb52349d3c5d0ee73812dd8a6f50c07;hb=035f86272c776e1cccaa47021e26782e49cd41e7;hp=c6db38057f8c206ecbba0806486078eccdcc7278;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;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();