Jump to content

Order

From PyMOL Wiki

DESCRIPTION

[edit]

order allows you to change ordering of names in the control panel

USAGE

[edit]
order names-list, sort, location

EXAMPLES

[edit]
# sets the order of these three objects
order 1dn2 1fgh 1rnd

# sorts all names
order *,yes

# sorts all names beginning with 1dn2_
order 1dn2_*, yes

# puts 1frg at the top of the list
order 1frg, location=top

PYMOL API

[edit]
cmd.order(string names-list, string sort, string location)

NOTES

[edit]
  1. names-list: a space separated list of names
  2. sort: yes or no
  3. location: top, current, or bottom

SEE ALSO

[edit]

Set_Name