79406478

Date: 2025-02-02 11:17:14
Score: 1
Natty:
Report link

According to the docs here, you can access the records by just iterating over the returned iterator:

from Bio import SeqIO

for record in SeqIO.parse("example.fasta", "fasta"):
    print(record.id)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ronkosova