X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makecontigscommand.cpp;h=8796ab2113f455b12c8eace90df64d4bbe2c318e;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=bf27d264ec5f06f15a3d25b7ac8c5952cd03e17a;hpb=ac03f1f6c27b5bfdf2cfb6d45c3667c3e0281f51;p=mothur.git 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"){