Pdb echo tags

From PyMOLWiki
Revision as of 08:17, 18 May 2011 by Hongbo zhu (talk | contribs) (Created page with "pdb_echo_tags sets the field to be displayed in the overlay/console window upon loading a PDB file. = Usage = <source lang="python"> # example usage, display HEADER,TITLE a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

pdb_echo_tags sets the field to be displayed in the overlay/console window upon loading a PDB file.

Usage

# example usage, display HEADER,TITLE and COMPND fields
# The syntax of the final field is a quoted, comma-separated list of PDB fields.
set pdb_reformat_names_mode, "HEADER,TITLE,COMPND"

Default value is "HEADER,TITLE,COMPND". See PDB file format documentation for possible fields.