]> git.donarmstrong.com Git - mothur.git/commitdiff
worked on trim.seqs - added in the groupfiles for allfiles=t, cleaned up the outputNa...
authorwestcott <westcott>
Fri, 4 Mar 2011 15:45:49 +0000 (15:45 +0000)
committerwestcott <westcott>
Fri, 4 Mar 2011 15:45:49 +0000 (15:45 +0000)
trimseqscommand.cpp
trimseqscommand.h

index abfe15a17a18d9e203be7bc4bfaac0fd0e6b4a0f..6aea7d827b5a3acab51a330958fb62bacaaa16d0 100644 (file)
@@ -352,7 +352,6 @@ int TrimSeqsCommand::execute(){
                if (m->control_pressed) {  return 0; }                  
                        
                if(allFiles){
-                       //clear out all old group files
                        map<string, string> uniqueFastaNames;// so we don't add the same groupfile multiple times
                        map<string, string>::iterator it;
                        set<string> namesToRemove;
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;