From a013aa55280e430e62de423f45e2ebbfbbab2f75 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 11 Apr 2014 12:53:26 -0700 Subject: [PATCH] add more debugging output in printSeq --- deconvolutecommand.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index 5d30871..4c4d773 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -324,6 +324,7 @@ int DeconvoluteCommand::execute() { if (pos == string::npos) { // only reps itself ct.printSeq(outNames, it->second.second); } else { + m->mothurOut("Duplicate " + it->second.second + " " (it->second.second).substr(0,pos) + "\n"); ct.printSeq(outNames, (it->second.second).substr(0,pos)); } } -- 2.39.5