ERROR IN THE PRINT COMMAND
Title
Question
Enable to parse the files.
Error in the following command: for seq_record in SeqIO.parse("sequence.fasta","fasta"):
...: print(seq_record.id)
Biopython Parsing-Data 05-06 min 10-20 sec
Answers:
There is a change in the commands for the latest version of Biopython , hence the commands meant for older version will not work.
Please install the latest version of Biopython.
Download link (https://biopython.org/wiki/Download)
Please check the below link for the appropriate command from the documentation.
http://biopython.org/DIST/docs/tutorial/Tutorial.html
Login to add comment