X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;fp=getseqscommand.h;h=60e471eebf7865d5924406ef7c720c3bdcdf4648;hb=ea4f373c28543cd1002b0dd7dc6e55c526647d59;hp=c71b5f2804a71190c6919f0dc80bf80d32f15508;hpb=159fd324dfecacb6617669246d85c787ae67f630;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index c71b5f2..60e471e 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -35,7 +35,7 @@ class GetSeqsCommand : public Command { private: set names; vector outputNames; - string accnosfile, accnosfile2, fastafile, namefile, groupfile, alignfile, listfile, taxfile, qualfile, outputDir; + string accnosfile, accnosfile2, fastafile, namefile, countfile, groupfile, alignfile, listfile, taxfile, qualfile, outputDir; bool abort, dups; //for debug @@ -44,6 +44,7 @@ class GetSeqsCommand : public Command { int readFasta(); int readName(); int readGroup(); + int readCount(); int readAlign(); int readList(); int readTax();