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

redmine at redmine.open-bio.org redmine at redmine.open-bio.org
Mon Jan 16 09:30:37 UTC 2012


Issue #3317 has been updated by Peter Cock.


Patch cherry-picked and applied to master,
https://github.com/biopython/biopython/commit/ca86f1a27e7af20b4c692cbbe9d54f08e0c65906

Do you fancy preparing a little unit test as well?

Thanks.
----------------------------------------
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