BALL project 1.1.1 bugs-free version for automatic identification of pockets on protein surface using Connolly surface and degree of conservation
the details about this algorithm is expressed in the paper: https://bmcstructbiol.biomedcentral.com/articles/10.1186/1472-6807-6-19
This is the BALL-1.1.1 bugs-free version.
I fixed some bugs. All rights are reserved by Ball-Project team.
$cd BALL/source
run confiure to see which software is not installed.
$./configure --disable-VIEW
$make
$make install
edit your path as the following:
export BALL = your_ball_folder_path
export LD_LIBRARY_PATH = $BALL/lib/Linux_g++_(your version)
export PATH = "$BALL:$LD_LIBRARY_PATH:$PATH"
if you want to use ligsite algorithm, please visit the following link:
http://projects.biotec.tu-dresden.de/pocket/download.html
Here is my procedure to compiling ligsite CSC code.
$source ~/.bashrc #for linux
$source ~/.bash_profile # for Mac
$cd BALL/lcs/
$ make lcs
for mac OS, remove the dependency of -lnsl in Makefile, before run $make lcs .
use the latest version of BALL project, if you have interests in developing new algorithm based on BALL.
Further information is available in BALL-Team website: