X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimseqscommand.cpp;h=00367695944bd579c13052210b9f0d8491d0e509;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=3b9d195f34fa3e916ae9b3d92328195c1337579e;hpb=078d7227da8dda9ae8620822fa32d51ec2706fc3;p=mothur.git diff --git a/trimseqscommand.cpp b/trimseqscommand.cpp index 3b9d195..0036769 100644 --- a/trimseqscommand.cpp +++ b/trimseqscommand.cpp @@ -607,11 +607,11 @@ int TrimSeqsCommand::driverCreateTrim(string filename, string qFileName, string Sequence currSeq(inFASTA); m->gobble(inFASTA); //cout << currSeq.getName() << '\t' << currSeq.getUnaligned().length() << endl; - if (m->debug) { m->mothurOut("[DEBUG]: " + toString(count) + " fasta = " + currSeq.getName() + '\n'); } + QualityScores currQual; if(qFileName != ""){ currQual = QualityScores(qFile); m->gobble(qFile); - if (m->debug) { m->mothurOut("[DEBUG]: qual = " + currQual.getName() + '\n'); } + if ((m->debug)&&(count>15800)) { m->mothurOut("[DEBUG]: " + toString(count) + " fasta = " + currSeq.getName() + '\n'); m->mothurOut("[DEBUG]: " + toString(getpid()) + '\n'); } } string origSeq = currSeq.getUnaligned(); @@ -883,6 +883,8 @@ int TrimSeqsCommand::createProcessesCreateTrim(string filename, string qFileName tempNameFileNames, lines[process], qLines[process]); + + if (m->debug) { m->mothurOut("[DEBUG]: " + toString(lines[process].start) + '\t' + toString(qLines[process].start) + '\t' + toString(getpid()) + '\n'); } //pass groupCounts to parent if(createGroup){