X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sortseqscommand.h;h=4ba8e4294d4b7d01bc8de7ba57cef84817f718ce;hb=9b53f130ac9af5e95444ce2e817fce25ed19ff03;hp=6d9c5ed8f2c6183ffdce14f52bff60da3f2316a8;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/sortseqscommand.h b/sortseqscommand.h index 6d9c5ed..4ba8e42 100644 --- a/sortseqscommand.h +++ b/sortseqscommand.h @@ -36,7 +36,7 @@ public: private: map names; - string accnosfile, fastafile, namefile, groupfile, taxfile, qualfile, flowfile, outputDir; + string accnosfile, fastafile, namefile, groupfile, countfile, taxfile, qualfile, flowfile, outputDir; bool abort, large; vector outputNames; @@ -45,6 +45,7 @@ private: int readName(); int readGroup(); int readTax(); + int readCount(); int readQual(); };