Hello everyone,
I’m a new Mothur User and I tried to follow the MiSeq SOP tutorial with my own MiSeq data.
The problem starts here :
align.seqs(fasta=test.trim.contigs.good.unique.fasta,reference=/data/DataSet/SSURef_102_SILVA_full_align.pcr.fasta)
gave me the following message :
Some of you sequences generated alignments that eliminated too many bases, a list is provided in test.trim.contigs.good.unique.flip.accnos. If you set the flip parameter to true mothur will try aligning the reverse compliment as well.
It took 3 secs to align 1444 sequences.
Then I did :
summary.seqs(fasta=test.trim.contigs.good.unique.fasta,count=test.trim.contigs.good.count_table)
gave me this :
Start End NBases Ambigs Polymer NumSeqs
Minimum: 232 237 1 0 1 1
2.5%-tile: 3465 3700 11 0 2 41
25%-tile: 3683 3961 11 0 2 404
Median: 9259 9684 126 0 3 807
75%-tile: 10547 11072 224 0 4 1210
97.5%-tile: 10547 11072 273 0 5 1573
Maximum: 11072 11073 275 0 9 1613
Mean: 8107.98 8640.33 132.613 0 3.29262of unique seqs: 1444
total # of seqs: 1613
I launched
screen.seqs(fasta=test.trim.contigs.good.unique.align,count=test.trim.contigs.good.count_table,summary=test.trim.contigs.good.unique.summary,start=1968, end=11550, maxhomop=8)
exactly like the tutorial but maybe I should increase the “start” value ?
After that, I tried the following command
mothur > summary.seqs(fasta=current, count=current)
that gave me :
Using test.trim.contigs.good.good.count_table as input file for the count parameter.
Using test.trim.contigs.good.unique.good.align as input file for the fasta parameter.
[ERROR]: test.trim.contigs.good.unique.good.align is blank, aborting.
That gave me the same error message using
screen.seqs(fasta=test.trim.contigs.good.unique.align,count=test.trim.contigs.good.count_table,summary=test.trim.contigs.good.unique.summary,start=[b]3683[/b], end=11550, maxhomop=8)
So what am I doing wrong here ? What align.seqs warning mean ? Could someone help me please ?