Main Page

From PyMOLWiki
Revision as of 18:02, 8 January 2010 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
Schrodinger Buys PyMOL Schrodinger has purchased PyMOL. Development, support and open-source fun to continue! Read about the sale.
New Command Cache—stores information on structures, so we don't have to recompute them.
Warren News about Warren DeLano's passing may be read on Warren's memorial page.
Setting Fetch_Path—Sets the default path for the fetch command.
New Script SelInside—Creates a custom selection of all atoms spatially inside some user-defined box.
New Script ContactsNCONT—The script selects residues and atoms from the list of the contacts found by NCONT from CCP4 Program Suite
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...

The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `pmw_page`.page_namespace AS page_namespace,`pmw_page`.page_title AS page_title,`pmw_page`.page_id AS page_id, `pmw_page`.page_title AS sortkey, `pmw_page`.page_counter AS page_counter FROM `pmw_page` INNER JOIN `pmw_categorylinks` AS cl0 ON `pmw_page`.page_id=cl0.cl_from AND (cl0.cl_to='Commands' OR cl0.cl_to='Plugins' OR cl0.cl_to='Script_Library' OR cl0.cl_to='Settings') WHERE 1=1 AND `pmw_page`.page_namespace IN (0) AND `pmw_page`.page_is_redirect=0 ORDER BY page_title ASC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'pmw_page.page_counter' in 'field list' (localhost)


The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT ic.il_to, ic.il_to AS sortkey FROM `pmw_imagelinks` AS ic WHERE 1=1 AND (ic.il_from=2199) ORDER BY pl_title ASC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'pl_title' in 'order clause' (localhost)