Difference between revisions of "Pdb conect nodup"

From PyMOLWiki
Jump to navigation Jump to search
m (→‎Notes: add spcification of aromatic bonds)
(fix broken link to PDB page (conect format))
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
The '''pdb_conect_nodup''' setting in pymol controls if duplicated connectivity record ([http://www.wwpdb.org/documentation/format23/sect10.html CONECT]) in saved PDB is used to stored [http://en.wikipedia.org/wiki/Bond_order bond order].  
+
The '''pdb_conect_nodup''' setting in pymol controls if duplicated connectivity record ([http://www.wwpdb.org/documentation/file-format-content/format33/sect10.html#CONECT CONECT]) in saved PDB is used to stored [http://en.wikipedia.org/wiki/Bond_order bond order].  
  
 
This is an unofficial PDB feature to store bond order and is supported by several applications that read PDB files, but may break PDB file loading in other applications which don't support it. PyMOL always wrote duplicated connect records (<tt>pdb_conect_nodup=0</tt>) and the setting allows you to switch that off (<tt>pdb_conect_nodup=1</tt>).
 
This is an unofficial PDB feature to store bond order and is supported by several applications that read PDB files, but may break PDB file loading in other applications which don't support it. PyMOL always wrote duplicated connect records (<tt>pdb_conect_nodup=0</tt>) and the setting allows you to switch that off (<tt>pdb_conect_nodup=1</tt>).

Revision as of 19:00, 15 September 2015

Overview

The pdb_conect_nodup setting in pymol controls if duplicated connectivity record (CONECT) in saved PDB is used to stored bond order.

This is an unofficial PDB feature to store bond order and is supported by several applications that read PDB files, but may break PDB file loading in other applications which don't support it. PyMOL always wrote duplicated connect records (pdb_conect_nodup=0) and the setting allows you to switch that off (pdb_conect_nodup=1).

Syntax

get pdb_conect_nodup     # get current value 
set pdb_conect_nodup, 1  # no CONECT duplication is used to store bond order

Notes