Difference between revisions of "Pdb echo tags"

From PyMOLWiki
Jump to navigation Jump to search
m
 
Line 6: Line 6:
 
# example usage, display HEADER,TITLE and COMPND fields
 
# example usage, display HEADER,TITLE and COMPND fields
 
# The syntax of the final field is a quoted, comma-separated list of PDB fields.
 
# The syntax of the final field is a quoted, comma-separated list of PDB fields.
set pdb_reformat_names_mode, "HEADER,TITLE,COMPND"
+
set pdb_echo_tags, "HEADER,TITLE,COMPND"
 
</source>
 
</source>
  

Latest revision as of 08:18, 18 May 2011

pdb_echo_tags sets the field(s) 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_echo_tags, "HEADER,TITLE,COMPND"

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