- Setuptools
- Boost C++ Library
- C/C++ compiler
-
Numpy and Scipy
git clone git://github.com/numpy/numpy.git numpy python setup.py build install install_data
see Scipy's Installation guide at https://www.scipy.org/install.html
-
Boost Library For Installation, please refer to the homepage of Boost Library at http://www.boost.org
export BOOST_ROOT=/path/to/boost
-
bilab
git clone https://github.com/davecao/bilab.git cd bilab (sudo) python setup.py install install_data
or specify the installation prefix
python setup.py build install_dist --prefix=/path/to/install
python -m bilab.apps.struct_interact --pdb 9mht.pdb --outfmt txt --out 9mht.txt --distance 5.0 --source protein --target nucleic -v
The result is saved to the file named 9mht.txt