[Biopython-dev] [Biopython - Bug #3317] (New) Parsing Stockholm files fails with some sequence IDs

redmine at redmine.open-bio.org redmine at redmine.open-bio.org
Fri Jan 6 00:53:34 UTC 2012


Issue #3317 has been reported by Connor McCoy.

----------------------------------------
Bug #3317: Parsing Stockholm files fails with some sequence IDs
https://redmine.open-bio.org/issues/3317

Author: Connor McCoy
Status: New
Priority: Normal
Assignee: Biopython Dev Mailing List
Category: Main Distribution
Target version: 
URL: 


I ended up with a stockholm file where some sequence IDs end with "/MN1-00", e.g.

363253|refseq_protein.50.proto_past_mitoc_micro_vira|gi|94986659|ref|YP_594592.1|awsonia_intraceuaris_PHE/MN1-00

This can't be parsed by the BioPython AlignIO module - it fails attempting to convert "MN1" to an integer.

I wrote a quick patch, which just returns the default value if the type conversion fails:
https://github.com/cmccoy/biopython/commit/77f97b5d7184a077ca6e2e90d90ca0110b5766c3


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here and login: http://redmine.open-bio.org




More information about the Biopython-dev mailing list