Pdb reformat names mode

From PyMOLWiki
Revision as of 13:22, 17 May 2011 by Inchoate (talk | contribs) (Created page with "pdb_reformat_names_mode sets atom naming for PDB files as it reads them. = Usage = <source lang="python"> # example usage, set to amber compliant set pdb_reformat_names_mo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

pdb_reformat_names_mode sets atom naming for PDB files as it reads them.

Usage

# example usage, set to amber compliant

set pdb_reformat_names_mode, 2

Modes:

0

default, off

1

PDB compliant, (eg. HH12 becomes 2HH1, etc.)

2

amber compliant, amber compliant (eg., 2HH1 becomes HH12)

3

pdb compliant, but use IUPAC within PyMOL