Order

From PyMOLWiki
Revision as of 01:25, 23 February 2005 by Tree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DESCRIPTION

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

USAGE

  order names-list, sort, location

EXAMPLES

  order 1dn2 1fgh 1rnd  # sets the order of these three objects
  order *,yes           # sorts all names
  order 1dn2_*, yes     # sorts all names beginning with 1dn2_
  order 1frg, location=top   # puts 1frg at the top of the list

PYMOL API

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

NOTES

  names-list: a space separated list of names
  sort: yes or no
  location: top, current, or bottom

SEE ALSO

  Cmd set_name