Caver3: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(created)
 
(caver_plugin_301u.zip)
Line 1: Line 1:
{{Infobox script-repo
{{Infobox script-repo
|type = plugin
|type = plugin
|download = http://www.caver.cz
|download = https://pymol.org/tmp/caver_plugin_301u.zip <small>(modified to work out of the box on all platforms. For the unmodified version, see http://www.caver.cz)</small>
|author = CAVER Team
|author = CAVER Team
|license = GPL
|license = GPL
|homepage = http://www.caver.cz
}}
}}


Line 11: Line 12:
== Installation ==
== Installation ==


For Linux and Mac, the following modifications allow having all plugin files in one directory:
# Install [https://java.com/en/download/ Java]
# Install [https://pymol.org/tmp/caver_plugin_301u.zip caver_plugin_301u.zip] using the PyMOL [[Plugin Manager]]


(1) Move '''Caver3_0_1.py''' to '''Caver3/__init__.py'''
[[File:PluginManagerCaverPlugin301.jpg|345px]]
 
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 ==
== See Also ==

Revision as of 07:56, 22 August 2017

Type PyMOL Plugin
Download https://pymol.org/tmp/caver_plugin_301u.zip (modified to work out of the box on all platforms. For the unmodified version, see http://www.caver.cz)
Author(s) CAVER Team
License GPL
http://www.caver.cz

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

  1. Install Java
  2. Install caver_plugin_301u.zip using the PyMOL Plugin Manager

PluginManagerCaverPlugin301.jpg

See Also