]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
worked on trim.seqs - added in the groupfiles for allfiles=t, cleaned up the outputNa...
[mothur.git] / trimseqscommand.h
index d43eaa484aad5be4403d7967a6abda1e066a127c..c5cbd3da1b0044467e8558a5619dc651434bcffe 100644 (file)
@@ -69,6 +69,7 @@ private:
        map<string, int> groupToIndex;
        vector<string> primerNameVector;        //needed here?
        vector<string> barcodeNameVector;       //needed here?
+       vector<int> groupCounts;  //same order as barcodeNameVector
 
        vector<int> processIDS;   //processid
        vector<linePair*> lines;