]> git.donarmstrong.com Git - mothur.git/blobdiff - trimflowscommand.cpp
paralellized trim.seqs for windows. fixed bug in trim.flows that stopped fasta data...
[mothur.git] / trimflowscommand.cpp
index f5ef635f6eb6e223e72e8f2e50f23eb041f447a5..d87a8df2aa5df56b4e35442255108d527be3a843 100644 (file)
@@ -381,9 +381,7 @@ int TrimFlowsCommand::driverCreateTrim(string flowFileName, string trimFlowFileN
                TrimOligos trimOligos(pdiffs, bdiffs, primers, barcodes, revPrimer);
                
                while(moreSeqs) {
-                       //cout << "driver " << count << endl;
-                       
-       
+                               
                        if (m->control_pressed) { break; }
                        
                        int success = 1;