X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;h=60e471eebf7865d5924406ef7c720c3bdcdf4648;hb=cc19310422f125d6628980bd1148e1e816792382;hp=c71b5f2804a71190c6919f0dc80bf80d32f15508;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;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();