Difference between revisions of "Seq view label mode"

From PyMOLWiki
Jump to navigation Jump to search
(New page: ===OVERVIEW=== The '''seq_view_label_mode''' setting controls the display of the sequence viewer in PyMOL. Currently, the settings are: * 0 = Just the object name and chosen sequence form...)
 
 
Line 14: Line 14:
 
===SEE ALSO===
 
===SEE ALSO===
 
[[Seq_view]]
 
[[Seq_view]]
 +
 +
[[Category:Seqeuence_Viewer]]

Latest revision as of 11:51, 16 April 2009

OVERVIEW

The seq_view_label_mode setting controls the display of the sequence viewer in PyMOL. Currently, the settings are:

  • 0 = Just the object name and chosen sequence format
  • 1 = The object name and chosen sequence format along with the residue numbering and chain name
  • 2 = Residue numbering and chain name
  • 3 = Just the residue sequence (no numbers, object names, etc.)

USAGE

# turn off everything but the sequence display
set seq_view_label_mode, 3

SEE ALSO

Seq_view