Remove alphabet mention from StockholmIO example

This commit is contained in:
Peter Cock
2020-06-28 11:59:11 +01:00
parent 9d9af89c20
commit 046fe96b91

View File

@ -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"):