Difference between revisions of "Caver3"

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

Revision as of 17:46, 27 July 2017

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