X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimseqscommand.cpp;h=88ed32bd79bfcdc513ae4c848c775a95e762cd57;hb=f509429e06e545bde69c97cacc0eb436775bd329;hp=637a720edd26433dfd79b66d8d327109bdd25d7f;hpb=4d3ecf0d35c014b176345d21383343e7a58d2445;p=mothur.git diff --git a/trimseqscommand.cpp b/trimseqscommand.cpp index 637a720..88ed32b 100644 --- a/trimseqscommand.cpp +++ b/trimseqscommand.cpp @@ -611,7 +611,7 @@ int TrimSeqsCommand::driverCreateTrim(string filename, string qFileName, string QualityScores currQual; if(qFileName != ""){ currQual = QualityScores(qFile); m->gobble(qFile); - if ((m->debug)&&(count>15800)) { m->mothurOut("[DEBUG]: " + toString(count) + " fasta = " + currSeq.getName() + '\n'); m->mothurOut("[DEBUG]: " + toString(getpid()) + '\n'); } + //cout << currQual.getName() << endl; } string origSeq = currSeq.getUnaligned();