Difference between revisions of "Psico"

From PyMOLWiki
Jump to navigation Jump to search
(created)
(No difference)

Revision as of 12:22, 19 March 2012

Type Python Module
Download https://github.com/speleo3/pymol-psico
Author(s) Thomas Holder and Steffen Schmidt
License BSD-2-Clause

psico is a python module which extends PyMOL with many commands. It was developed as an in-house script collection, but grew to a quite comprehensive PyMOL extension. Some of the provided commands are already in the PyMOLWiki Script Library, but it contains also many new stuff.

Usage

To import all commands with one line:

import psico.fullinit

A reference document with all commands can be generated with:

import psico.fullinit
import psico.helping
psico.helping.write_html_ref('psico-commands.html')