This is a read-only mirror of pymolwiki.org

Caver3

From PyMOL Wiki
Revision as of 21:46, 27 July 2017 by Speleo3 (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Type PyMOL Plugin
Download http://www.caver.cz
Author(s) CAVER Team
License GPL

The Caver3 plugin is the successor of Caver2. CAVER is a software tool for analysis and visualization of tunnels and channels in protein structures.

Installation

For Linux and Mac, the following modifications allow having all plugin files in one directory:

(1) Move Caver3_0_1.py to Caver3/__init__.py

cd caver_3.0_plugin/linux_mac
mv Caver3_0_1.py Caver3/__init__.py

(2) Edit Caver3/__init__.py on line 64:

CAVER3_LOCATION = os.path.dirname(__file__)

(3) Use the Plugin Manager to install Caver3/__init__.py, or manually move Caver3 to ~/.pymol/startup

See Also