X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;fp=removeseqscommand.h;h=151b413070bc64bafd80834e72228dabd1037c43;hb=ea4f373c28543cd1002b0dd7dc6e55c526647d59;hp=474951a9feaee7d497417cf2a03f206367056241;hpb=159fd324dfecacb6617669246d85c787ae67f630;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index 474951a..151b413 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -34,13 +34,14 @@ class RemoveSeqsCommand : public Command { private: set names; - string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, qualfile, outputDir; + string accnosfile, fastafile, namefile, groupfile, countfile, alignfile, listfile, taxfile, qualfile, outputDir; bool abort, dups; vector outputNames; int readFasta(); int readName(); int readGroup(); + int readCount(); int readAlign(); int readList(); int readTax();