]> git.donarmstrong.com Git - mothur.git/blobdiff - makecontigscommand.cpp
added kruskal.wallis command. added worked on make.lefse. working of lefse command...
[mothur.git] / makecontigscommand.cpp
index 9eb4b80a4d890d972c8085255bdb8300a0429c67..f888fbe4928a9526d34e9b8f25200fb32a329f6f 100644 (file)
@@ -1541,6 +1541,7 @@ vector< vector<string> > 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;