Menu

Commit [r27675]  Maximize  Restore  History

Merged revisions 27673 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r27673 | bugman | 2015-02-19 14:55:06 +0100 (Thu, 19 Feb 2015) | 9 lines

Fix for bug #23293 (https://gna.org/bugs/?23293).

This is the PDB HETATM loading error whereby the last HETATM record is sometimes not read from the
PDB file. The problem was two-fold. Firstly the internal structural object _parse_mols_pdb()
method for separating a PDB file into distinct molecules was terminating too early when a new
molecule is found, so that the last PDB record is not appended to the records list for the molecule.
Secondly the write_pdb() method was not handling the PDB sequential serial number correctly.
........

bugman 2015-02-19

changed /branches/frame_order_cleanup
changed /branches/frame_order_cleanup/lib/structure/internal/object.py
/branches/frame_order_cleanup/lib/structure/internal/object.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.