X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makecontigscommand.cpp;fp=makecontigscommand.cpp;h=9eb4b80a4d890d972c8085255bdb8300a0429c67;hb=ad4f75fd7c938090d3b1ce4cfefcc21edf1869eb;hp=85b6a8fdcbacf1ca1ee5b471b2142480ecf5da48;hpb=d39c47623faf0dc1e271f3d50efa6b029b622b88;p=mothur.git diff --git a/makecontigscommand.cpp b/makecontigscommand.cpp index 85b6a8f..9eb4b80 100644 --- a/makecontigscommand.cpp +++ b/makecontigscommand.cpp @@ -1676,6 +1676,8 @@ bool MakeContigsCommand::getOligos(vector >& fastaFileNames, stri } //roligo = reverseOligo(roligo); + if (m->debug) { m->mothurOut("[DEBUG]: reading - " + roligo + ".\n"); } + group = ""; // get rest of line in case there is a primer name @@ -1687,6 +1689,8 @@ bool MakeContigsCommand::getOligos(vector >& fastaFileNames, stri } oligosPair newPrimer(foligo, roligo); + + if (m->debug) { m->mothurOut("[DEBUG]: primer pair " + newPrimer.forward + " " + newPrimer.reverse + ", and group = " + group + ".\n"); } //check for repeat barcodes string tempPair = foligo+roligo;