X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sortseqscommand.h;h=4ba8e4294d4b7d01bc8de7ba57cef84817f718ce;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=6d9c5ed8f2c6183ffdce14f52bff60da3f2316a8;hpb=f687723a8357916e86a05116978e6869b039ce36;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(); };