User Tools

Site Tools


format:pdb

PDB File Support in PyMOL

Input

Records Understood

PyMOL parses the following record types in a PDB file:

  • HEADER
  • CRYST
  • SYMMn
  • HELIX & SHEET
  • ATOM & HETATM
  • TER
  • END
  • MODEL & ENDMDL
  • CONECT
  • USER

Connectivity

By default, PyMOL determines molecular structure connectivity in PDB files automatically using distance-based criteria. It is also possible possible to provide connectivity explicitly with CONECT records, which include not only bond information, but can encode bond valences as well.

Multi-model Support

PyMOL supports multimodel PDB files several different ways. Multiple standard PDB files containing a HEADER record can simply be concatenated together and loaded into PyMOL directly. The resulting objects will be labeled according to the PDB code in the HEADER (if present), or by the text in the HEADER, or failing that, with automatic numbering.

Output

Records Written

PyMOL can output the following records into a PDB file.

  • ATOM & HETATM
  • TER
  • END
  • MODEL & ENDMDL
format/pdb.txt · Last modified: 2013/08/19 21:00 (external edit)