Main Page

From PyMOLWiki
Revision as of 10:32, 18 November 2009 by Inchoate (talk | contribs)
Jump to navigation Jump to search
Welcome to the PyMOL Wiki!
The community-run support site for the PyMOL molecular viewer.
Quick Links
Tutorials Table of Contents Commands
Script Library Plugins FAQ
Gallery | Covers PyMOL Cheat Sheet (PDF) GoogleSearch
News & Updates
Warren News about Warren DeLano's passing may be read on Warren's memorial page.
Fun PCR Rap video made with PyMOL (YouTube).
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.
Did you know...

Ss

A command to list a summary of the secondary structure for a selection. Use like "ss my_protein" where "my_protein" is the name of the chain or structure in view.

<source lang="python"> from pymol import cmd from pymol import stored

def ss(selection):

   class SSE(object):
       def __init__(self, start, typ):
           self.start, self.typ = start, typ
           self.end = -1
        ..→
A Random PyMOL-generated Cover. See Covers.
Random PyMOL-generated Journal Cover