News & Updates
Warren
|
News about Warren DeLano's passing may be read on Warren's memorial page.
|
PyMOLWiki
|
Reformatted Main Page. Some delays might occur from resizing images, but that should go away once the images are cached.
|
PyMOLWiki
|
New — Search the PyMOLWiki via GoogleSearch
|
PyMOL
|
PyMOL is known to work under Mac OS X 10+ (Snow Leopard) using the new Fink and incentive builds. See Installing PyMOL under Fink.
|
PyMOL
|
PyMOL now has a Set command for basic settings, and a Set_bond command for bond-only settings.
|
PyMOL
|
Space— new command to control PyMOL's usage of color spaces.
|
|
Did you know...
<source lang="python">
- The function below will return true if the selection is defined.
from pymol import cmd
from types import *
def sele_exists(sele):
sess = cmd.get_session()
for i in sess["names"]:
if type(i) is ListType:
if sele==i[0]:
return ..→
|
|
|
A Random PyMOL-generated Cover. See Covers. Random PyMOL-generated Journal Cover
|