Dears all,
I used mothur(1.43) to process several sequences from a single set of samples. However, one of the files is giving me problems. When I run the filter.seq command I always get the following message:
Length of filtered alignment: 0
Number of columns removed: 7682
Length of the original alignment: 7682
Number of sequences used to construct filter: 56544
Since I read that the problem could be in the previous command (sceen.seqs) I tried to modify the end parameter, using various lengths as end (465, 451 etc).
Below is the screen.seqs command, the summary and the filter.seqs command.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 1 253 253 0 3 1
2.5%-tile: 1 440 440 0 4 5965
25%-tile: 1 443 443 0 5 59650
Median: 1 460 460 0 5 119299
75%-tile: 1 460 460 0 6 178948
97.5%-tile: 1 465 465 0 8 232632
Maximum: 1 465 465 0 66 238596
Means: 1 451 451 0 5
of unique sequences: 93897
total # of seqs: 238596
screen.seqs(fasta=stability.trim.contigs.good.unique.align, count=stability.trim.contigs.good.count_table, summary=stability.trim.contigs.good.unique.summary, start=1, end= 451, maxhomop=8)
filter.seqs(fasta=stability.trim.contigs.good.unique.good.align, vertical=T, trump=.)
I can’t figure out what the problem is.
Thanks in advance.