[Biopython-dev] [Bug 2292] New: Bio.PDBIO writes TER records without any required fields

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Sun May 13 20:30:10 UTC 2007


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

           Summary: Bio.PDBIO writes TER records without any required fields
           Product: Biopython
           Version: Not Applicable
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: misiek at genesilico.pl


Bio.PDBIO is happy to write TER records as "TER\n", which is inconsistent with
PDB format specification.

The PDB format requires that TER records have some fields similar to ATOM
records:
'''The TER record has the same residue name, chain identifier, sequence number
and insertion code as the terminal residue. The serial number of the TER record
is one number greater than the serial number of the ATOM/HETATM preceding the
TER.'''

[See http://www.wwpdb.org/documentation/format23/sect9.html#TER]

It leads to problem with programs that require correct TER records (like
multiple structural alignment program MUSTANG), and crash when they are not
found.


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