X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makecontigscommand.cpp;h=f888fbe4928a9526d34e9b8f25200fb32a329f6f;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=85b6a8fdcbacf1ca1ee5b471b2142480ecf5da48;hpb=b0997605981902442138b9309e9c43d95c3ba10a;p=mothur.git diff --git a/makecontigscommand.cpp b/makecontigscommand.cpp index 85b6a8f..f888fbe 100644 --- a/makecontigscommand.cpp +++ b/makecontigscommand.cpp @@ -1541,6 +1541,7 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ } m->gobble(in); + if (m->debug) { m->mothurOut("[DEBUG]: group = " + group + ", forward = " + forward + ", reverse = " + reverse + ".\n"); } //check to make sure both are able to be opened ifstream in2; @@ -1676,6 +1677,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 +1690,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;