]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.cpp
paralellized chimera.uchime for windows for both by group and with a template.
[mothur.git] / phylotree.cpp
index 6ca36361dc55fe6c204017486c98ebeea77e7a9c..5438147ea3dd186989dafd144cf2d819c8845ef3 100644 (file)
@@ -618,9 +618,10 @@ bool PhyloTree::ErrorCheck(vector<string> templateFileNames){
                                okay = false;
                        }
                        
-                       templateFileNames.erase(templateFileNames.begin()+i);
-                       i--;
+                       //templateFileNames.erase(templateFileNames.begin()+i);
+                       //i--;
                }
+               templateFileNames.clear();
                
                if (taxonomyFileNames.size() > 0) { //there are names in tax file that are not in template
                        okay = false;