-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
36 lines (26 loc) · 789 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# EleKit 1.0
# Please cite the corresponding article if you use this software
# COMPILATION #######################################################
# pdb2pqr 1.8
cd ext/pdb2pqr-1.8-src
./install.sh # edit in there if needed
# apbs 1.3
cd ../../
cd ext/apbs-1.3-src
./install.sh
# EleKit
# you need OCaml and OPAM installed, cf. ocamlbrew paragraph at
# http://opam.ocamlpro.com/doc/Quick_Install.html
cd ../../
cd src
eval `opam config env`
opam install oasis batteries parmap vector3 dolog
./build.sh
# USAGE #############################################################
./elekit # for help
# working example
./elekit 2b4j-receptor 2b4j-ligandprotein ledgin1 2.0 2.0 1
# Do not hesitate to contact the authors for any help.
# Francois Berenger,
# Arnout Voet,
# Kam Y. J. Zhang