]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / chimeraperseuscommand.h
index 664200fd85e486ddca190acea16228aeaf76ddc6..4fa4cfff55e9582ffd699d5a66409717df8fbd36 100644 (file)
@@ -362,11 +362,11 @@ static DWORD WINAPI MyPerseusThreadFunction(LPVOID lpParam){
                     if (pDataArray->hasCount) {
                         while (!in.eof()) {
                             in >> name; pDataArray->m->gobble(in);
-                            outCountList << name << '\t' << groups[u] << endl;
+                            outCountList << name << '\t' << pDataArray->groups[u] << endl;
                         }
                         in.close();
                     }else {
-                        map<string, string> thisnamemap = parser->getNameMap(groups[u]);
+                        map<string, string> thisnamemap = parser->getNameMap(pDataArray->groups[u]);
                         map<string, string>::iterator itN;
                         ofstream out;
                         pDataArray->m->openOutputFile(accnosFileName+".temp", out);