mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Remove alphabet mention from StockholmIO example
This commit is contained in:
@ -103,7 +103,7 @@ tools.
|
|||||||
|
|
||||||
Finally, as an aside, it can sometimes be useful to use Bio.SeqIO.parse() to
|
Finally, as an aside, it can sometimes be useful to use Bio.SeqIO.parse() to
|
||||||
iterate over the alignment rows as SeqRecord objects - rather than working
|
iterate over the alignment rows as SeqRecord objects - rather than working
|
||||||
with Alignnment objects. Again, if you want to you can specify this is RNA:
|
with Alignnment objects.
|
||||||
|
|
||||||
>>> from Bio import SeqIO
|
>>> from Bio import SeqIO
|
||||||
>>> for record in SeqIO.parse("Stockholm/simple.sth", "stockholm"):
|
>>> for record in SeqIO.parse("Stockholm/simple.sth", "stockholm"):
|
||||||
|
Reference in New Issue
Block a user