]> git.donarmstrong.com Git - mothur.git/blobdiff - pcrseqscommand.h
added classify.shared command and random forest files. added count file to pcr.seqs...
[mothur.git] / pcrseqscommand.h
index baeca4eedc66ac9aa38acaa4b7d65bfebca56410..d35850ce74296fa4f4471927817becd21145dbee 100644 (file)
@@ -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<linePair> lines;
        bool getOligos(vector<vector<string> >&, vector<vector<string> >&, vector<vector<string> >&);
     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<string> revPrimer, outputNames;
@@ -55,6 +56,7 @@ private:
     int readName(set<string>&);
     int readGroup(set<string>);
     int readTax(set<string>);
+    int readCount(set<string>);
     bool readOligos();
     bool readEcoli();
        int driverPcr(string, string, string, set<string>&, linePair);