When I analyzed pyro-reads of 16S rRNA genes, I found some weird results.
Two sets of commands listed below gave me different results, although I expected the same fasta files.
The former set gave me a fasta file which contains shorter than 200 bp although I cut the sequences at minlength of 200.
I didn’t use any oligo file because I already had sorted files.
Is it a bug or is there anything that I don’t know?
If there is a bug like this, it might cause severe problems for further analyses.
mothur “#trim.seqs(fasta=./data\primerA1.fna, qfile=./data\primerA1.qual, minlength=200, maxlength=370)”
mothur “#trim.seqs(fasta=./data\primerA1.trim.fasta, qfile=./data\primerA1.trim.qual, maxambig=0, maxhomop=8, qwindowaverage=35, qwindowsize=50)”
mothur “#trim.seqs(fasta=./data\primerA1.fna, qfile=./data\primerA1.qual, maxambig=0, maxhomop=8, qwindowaverage=35, qwindowsize=50)”
mothur “#trim.seqs(fasta=./data\primerA1.trim.fasta, qfile=./data\primerA1.trim.qual, minlength=200, maxlength=370)”