X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makecontigscommand.cpp;h=f888fbe4928a9526d34e9b8f25200fb32a329f6f;hp=9eb4b80a4d890d972c8085255bdb8300a0429c67;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hpb=ad4f75fd7c938090d3b1ce4cfefcc21edf1869eb diff --git a/makecontigscommand.cpp b/makecontigscommand.cpp index 9eb4b80..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;