X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pcrseqscommand.h;h=d35850ce74296fa4f4471927817becd21145dbee;hp=baeca4eedc66ac9aa38acaa4b7d65bfebca56410;hb=035f86272c776e1cccaa47021e26782e49cd41e7;hpb=96dbe925073caefaed6e6db85659c144a806aeb1 diff --git a/pcrseqscommand.h b/pcrseqscommand.h index baeca4e..d35850c 100644 --- a/pcrseqscommand.h +++ b/pcrseqscommand.h @@ -15,6 +15,7 @@ #include "trimoligos.h" #include "alignment.hpp" #include "needlemanoverlap.hpp" +#include "counttable.h" class PcrSeqsCommand : public Command { public: @@ -45,7 +46,7 @@ private: vector lines; bool getOligos(vector >&, vector >&, vector >&); bool abort, keepprimer, keepdots; - string fastafile, oligosfile, taxfile, groupfile, namefile, ecolifile, outputDir, nomatch; + string fastafile, oligosfile, taxfile, groupfile, namefile, countfile, ecolifile, outputDir, nomatch; int start, end, processors, length; vector revPrimer, outputNames; @@ -55,6 +56,7 @@ private: int readName(set&); int readGroup(set); int readTax(set); + int readCount(set); bool readOligos(); bool readEcoli(); int driverPcr(string, string, string, set&, linePair);