This is a read-only mirror of pymolwiki.org
Difference between revisions of "Connect mode"
Jump to navigation
Jump to search
m (2 revisions) |
m (1 revision) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
Values: | Values: | ||
− | * 0 = distance-based and CONECT records | + | * 0 = distance-based (excluding HETATM to HETATM) and CONECT records |
* 1 = CONECT records | * 1 = CONECT records | ||
* 2 = distance-based, ignores CONECT records | * 2 = distance-based, ignores CONECT records | ||
− | * 3 = CONECT records | + | * 3 = distance-based (including HETATM to HETATM) and CONECT records |
− | * 4 = | + | * 4 = for loading mmCIF: use the [http://www.wwpdb.org/data/ccd chemical components dictionary] to look up bonds (''in PyMOL 1.7.4, '''components.cif''' needs to be present in the current directory, later versions have a subset of the dictionary bundled with PyMOL, and look up unknown residues from a web service'') |
= Syntax = | = Syntax = |
Latest revision as of 02:46, 3 April 2017
Overview
Sets how bonds are made when loading a file.
Values:
- 0 = distance-based (excluding HETATM to HETATM) and CONECT records
- 1 = CONECT records
- 2 = distance-based, ignores CONECT records
- 3 = distance-based (including HETATM to HETATM) and CONECT records
- 4 = for loading mmCIF: use the chemical components dictionary to look up bonds (in PyMOL 1.7.4, components.cif needs to be present in the current directory, later versions have a subset of the dictionary bundled with PyMOL, and look up unknown residues from a web service)
Syntax
# ignore CONECT records
set connect_mode, 2