Main Page

From PyMOLWiki
Revision as of 12:11, 10 May 2021 by JarrettJohnson (talk | contribs) (PyMOL 2.5 release announcement)
Jump to navigation Jump to search
hosted by SBGridlogo2.jpg
Welcome to the PyMOL Wiki!
The community-run support site for the PyMOL molecular viewer.
To request a new account, email SBGrid at: accounts (@) sbgrid dot org
Quick Links
Tutorials Table of Contents Commands
Script Library Plugins FAQ
Gallery | Covers PyMOL Cheat Sheet (PDF) Getting Help
News & Updates
Official Release PyMOL v2.5 has been released on May 10, 2021.
Python 3 New Python 3 compatibility guide for scripts and plugins
POSF New PyMOL fellows announced for 2018-2019
Tutorial Plugins Tutorial updated for PyQt5
New Plugin PICv is a new plugin for clustering protein-protein interactions and visualization with available data from PDBe
Selection keywords New polymer.protein and polymer.nucleic selection keywords. Thanks everyone who participated in the poll!
Plugin Update MOLE 2.5 is an updated version of channel analysis software in PyMOL
New Script dssr_block is a wrapper for DSSR (3dna) and creates block-shaped nucleic acid cartoons
Older News See Older News.
Did you know...

Order

===DESCRIPTION===

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

USAGE

order names-list, sort, location

EXAMPLES

# 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

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

NOTES

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

SEE ALSO

Set_Name

A Random PyMOL-generated Cover. See Covers.