Hello there,
I am having some issues after I run align.seqs.
mothur > summary.seqs(fasta=stability.trim.contigs.good.unique.fasta, count=stability.trim.contigs.good.count_table, processors=2)
Using 2 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 1 5 5 0 1 1
2.5%-tile: 1 135 135 0 4 11367
25%-tile: 1 160 160 0 5 113670
Median: 1 229 229 0 11 227340
75%-tile: 1 229 229 0 13 341009
97.5%-tile: 1 229 229 1 20 443312
Maximum: 1 229 229 48 142 454678
Mean: 1 201.683 201.683 0.0498419 10.4269
# of unique seqs: 333146
total # of seqs: 454678
Output File Names:
stability.trim.contigs.good.unique.summary
This is what things look like before I run align.seqs. Then…
align.seqs(fasta=stability.trim.contigs.good.unique.fasta, reference=../bin/silva.bacteria/silva.bacteria.fasta)
summary.seqs(fasta=stability.trim.contigs.good.unique.align, count=stability.trim.contigs.good.count_table, processors=2)
Using 2 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 0 0 0 0 1 1
2.5%-tile: 1044 1044 1 0 1 2782
25%-tile: 1044 1058 5 0 2 27817
Median: 6430 13125 8 0 2 55634
75%-tile: 43102 43116 11 0 2 83451
97.5%-tile: 43115 43116 160 0 10 108486
Maximum: 43116 43116 229 28 23 111267
Mean: 22362.1 23407.5 29.3862 0.0170041 2.5103
# of unique seqs: 99373
total # of seqs: 111267
Output File Names:
stability.trim.contigs.good.unique.summary
I do not understand why after running summary.seqs the second time around, the number of bases in most of my sequences appears to be very low. Also, I appear to lose a large proportion of my sequences here. I have tried trimming the alignment using pcr.seqs, but to the same end.
Could anybody shed any light on this? Thanks in advance.
Jo