X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makecontigscommand.cpp;h=8796ab2113f455b12c8eace90df64d4bbe2c318e;hp=bf27d264ec5f06f15a3d25b7ac8c5952cd03e17a;hb=3e8b80da722e11c72bce957e2f42a6e884dd02b6;hpb=18ccb5ee181cc69d8f8e9cbf178d7751e6199da5 diff --git a/makecontigscommand.cpp b/makecontigscommand.cpp index bf27d26..8796ab2 100644 --- a/makecontigscommand.cpp +++ b/makecontigscommand.cpp @@ -1977,7 +1977,6 @@ bool MakeContigsCommand::getOligos(vector >& fastaFileNames, stri else { uniquePrimers.insert(tempPair); } if (m->debug) { if (group != "") { m->mothurOut("[DEBUG]: reading group " + group + ".\n"); }else{ m->mothurOut("[DEBUG]: no group for primer pair " + newPrimer.forward + " " + newPrimer.reverse + ".\n"); } } - primers[indexPrimer]=newPrimer; indexPrimer++; primerNameVector.push_back(group); }else if(type == "BARCODE"){