[Biopython-dev] [Bug 2774] Bio.PDBIO.save doesn't write the required END record

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Mar 4 16:17:31 UTC 2009


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


thamelry at binf.ku.dk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from thamelry at binf.ku.dk  2009-03-04 11:17 EST -------

save method now has option 'write_end':

io.save(fp, write_end=1)

if 1, END is written. The reason this is not done by default is that one
sometimes calls 'save' multiple times, for example when concatenating files. So
always writing END is not a good approach.


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