[Biopython-dev] [Bug 2948] _parse_pdb_header_list: bug in TITLE handling

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon Mar 22 17:25:14 UTC 2010


http://bugzilla.open-bio.org/show_bug.cgi?id=2948





------- Comment #5 from crosvera at gmail.com  2010-03-22 13:25 EST -------
ok, I made other patch, this one replace some regex for string-slice methods.

what I got:

crosvera at cabernet:~/programming/biopython/Bio$ python
Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PDB import *
>>> parser = PDBParser()
>>> structure = parser.get_structure("2beg", "PDB/2BEG.pdb")
>>> structure.header['name']
" 3d structure of alzheimer's abeta(1-42) fibrils"
>>> 


patch file: 0001-modified-parse_pdb_header.py.patch


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list