This is a read-only mirror of pymolwiki.org

Difference between revisions of "Sort"

From PyMOL Wiki
Jump to navigation Jump to search
(http://pymolwiki.org/index.php/Zero_residues does not use sort, hence it is not and example of it use.)
 
m (7 revisions)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''sort''' reorders atoms in the structure.  It usually only necessary to run this routine after an "alter" command which has modified the names of atom properties.  Without an argument, sort will resort all atoms in all objects.
+
'''sort''' reorders atoms in the structure.  It usually only necessary to run this routine after an '''alter''' command which has modified the names of atom properties.  Without an argument, sort will resort all atoms in all objects.
  
 +
For more information please see  [[alter]] command.
  
 
= USAGE =  
 
= USAGE =  

Latest revision as of 03:55, 28 March 2014

sort reorders atoms in the structure. It usually only necessary to run this routine after an alter command which has modified the names of atom properties. Without an argument, sort will resort all atoms in all objects.

For more information please see alter command.

USAGE

sort [object]

PYMOL API

cmd.sort(string object)

SEE ALSO

alter