Download

If you are not registered user, you must register before downloading the files.

Forgot your password?


stand alone | pyMOL plugin | examples for stand alone | examples for pyMOL plugin


Version 0.99.4 - Beta Release 2006-Apr-20

Unix/Linux source code (gcc version 3.4.3): caver_unix_v0.99.4.tar.gz

Patches: patch-0.99.4-001

How to apply a patch on linux/unix:

cp patch-name  caver_unix_v<VERSION>
patch -p1 < patch-name

Linux Binary: caver_unix_v0.99.4binary.tar.gz

PYMOL plugin version 0.99.4

Unix/Linux: caverPLUG_unix_v0.99.4.tar.gz

Version 0.99.2 - Beta Release 2006-Jan-02

Unix/Linux source code (gcc version 3.4.3): caver_unix_v0.99.2.tar.gz

Linux Binary: caver_unix_v0.99.2binary.tar.gz

Widows source code (Microsoft Visual C++): caver_win_v0.99.2.zip

Windows Binary: caver_win_v0.99.2binary.zip

Windows Installation Package: caverall.msi

Version 0.99.1 - Beta Release 2005-Sep-22

Unix/Linux source code (gcc version 3.4.3): caver_unix_v0.99.1.tar.gz

Linux Binary: caver_unix_v0.99.1binary.tar.gz

Widows source code (Microsoft Visual C++): caver_win_v0.99.1.zip

Windows Binary: caver_win_v0.99.1binary.zip

Version 0.99 - Release 11. Aug. 2005

Unix/Linux source code (gcc version 3.4.3): caver_unix_v0.99.tar.gz

Linux Binary: caver_unix_v0.99binary.tar.gz

Widows source code (Microsoft Visual C++): caver_win_v0.99.zip

Windows Binary: caver_win_v0.99binary.zip


Installation of binary version:

CAVER uses 'qconvex' routine from Qhull program package. This package should be installed first before running CAVER!
Download and install your-platform version of Qhull program from http://www.qhull.org/download

Compilation of source codes:

CAVER uses 'qconvex' routine from Qhull program package. This package should be installed first before running CAVER!
Download and install your-platform version of Qhull program http://www.qhull.org/download


Download Caver PyMOL Plugin Version 1.0

Expected version of PyMOL should be higher than 0.97 (and used Python higher than 2.2.2.)
Actual version of PyMOL can be downloaded at http://pymol.sourceforge.net.

Installation of CAVER plugin:

  1. Install Qhull and CAVER to your system (see above instructions)
  2. Check python version used by pyMOL. It needs to be higher then 2.2.2 (type 'print sys.version;' in pyMOL command line)
  3. For Linux:
  4. Download plugin
  5. Extract file
    tar xfvz pymolplug.tar.gz
  6. Plugin suppose CAVER installation in /usr/local/share/CAVER/bin/caver, if not, please edit the file 'caver.py' and change the line with CAVER_BINARY_LOCATION to appropriate CAVER location.
  7. For Windows:
  8. Download plugin
  9. Extract file by some extraction program such as Total Commander with appropriate plugin
  10. Plugin suppose CAVER installation in C:\CAVER\caver.exe, if not, please edit the file 'caver.py' and change the line with CAVER_BINARY_LOCATION to appropriate CAVER location.
  11. Install plugin (select 'Install Plugin' in PyMOL->menu->Plugin and open file caver.py)
    • On Linux you should have root privileges to install plugins in PyMOL (use "su", call "pymol" (sometimes you should disable display access control "xhost +", after installation type "xhost -"), install plugin)

    examples for pyMol plug-in