Customize Silva reference for V4 region

Hi guys,

I used primer 515F and 806R to select the v4 region from the E coli 16S rRNA sequence list on the mothur SOP, and align the v4 region to silva.seed_v132.align. However, the summary showed that the start and end position are both -1. Does anyone know what could be wrong here?

Hmmm, I’m not sure what you’re doing to generate the custom alignment. Can you provide more detail? For what it’s worth, the numbers in the MiSeq SOP are for the V4 region. You should be able to use those without a problem.

Pat

Hi Dr. Schloss,

I was just trying to see if I can customize the Silva seed reference by myself, because I might need to use reference alignment for other regions.
I used primer 515F GTGYCAGCMGCCGCGGTAA and 806R GGACTACNVGGGTWTCTAAT to trim the E coli 16S rRNA sequence provided on the Miseq SOP, and I aligned this V4 sequence against silva.seed_v132.align, and here is the summary report. Thanks for your kind help!

It would be helpful to see all of the commands you are running to get to this point.

Pat

Hi Dr. Schloss, please see the following commands:

mothur > align.seqs(fasta=Ecoli.v4.fasta, reference=silva.seed_v132.align)

Using 40 processors.

Reading in the /home/zhinew//UMich whole genome sequencing project/SILVA database/silva.seed_v132.align template sequences… DONE.
It took 7 to read 11180 sequences.

Aligning sequences from /home/zhinew//UMich whole genome sequencing project/SILVA database/Ecoli.v4.fasta …
1
It took 0 secs to align 1 sequences.

It took 0 seconds to align 1 sequences.

Output File Names:
/home/zhinew//UMich whole genome sequencing project/SILVA database/Ecoli.v4.align
/home/zhinew//UMich whole genome sequencing project/SILVA database/Ecoli.v4.align_report

mothur > summary.seqs(fasta=Ecoli.v4.align)

Using 40 processors.

	Start	End	NBases	Ambigs	Polymer	NumSeqs

Minimum: 0 0 0 0 1 1
2.5%-tile: 0 0 0 0 1 1
25%-tile: 0 0 0 0 1 1
Median: 0 0 0 0 1 1
75%-tile: 0 0 0 0 1 1
97.5%-tile: 0 0 0 0 1 1
Maximum: -1 -1 0 0 1 1
Mean: 0 0 0 0 1

of Seqs: 1

It took 0 secs to summarize 1 sequences.

Can you post the contents of these two files? Ecoli.v4.fasta and Ecoli.v4.align

Pat

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.