]> git.donarmstrong.com Git - mothur.git/blobdiff - trimflowscommand.cpp
added classify.shared command and random forest files. added count file to pcr.seqs...
[mothur.git] / trimflowscommand.cpp
index 9f603c4bacce57d2785333d86fb2a8098ec6b28a..296a6fe37d0449bb719d69c4001429583bcb74ee 100644 (file)
@@ -441,6 +441,8 @@ int TrimFlowsCommand::driverCreateTrim(string flowFileName, string trimFlowFileN
                 
             }
             
+            if (m->debug) { m->mothurOut("[DEBUG]: " + currSeq.getName() + " " + currSeq.getUnaligned() + "\n"); }
+            
                        if(barcodes.size() != 0){
                                success = trimOligos.stripBarcode(currSeq, barcodeIndex);
                                if(success > bdiffs)            {       trashCode += 'b';       }