[Biopython-dev] [Bug 1950] addition of element, SSBOND, OBSLTE, CAVEAT fields to PDB
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Fri Dec 15 00:09:22 UTC 2006
http://bugzilla.open-bio.org/show_bug.cgi?id=1950
biopython-bugzilla at maubp.freeserve.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|biopython-dev at biopython.org |thamelry at binf.ku.dk
------- Comment #2 from biopython-bugzilla at maubp.freeserve.co.uk 2006-12-14 19:09 -------
Looking at the patch, one minor point is that the change is to the __init__
method of the class Atom is not backwards compatible:
Old:
def __init__(self, ..., altloc, fullname, serial_number):
Suggested:
def __init__(self, ..., altloc, fullname, element, serial_number):
Anyway, assigning this one to Thomas
--
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.
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list