-
Notifications
You must be signed in to change notification settings - Fork 24
Installation of Related Packages
Tairan Liu edited this page Feb 23, 2019
·
13 revisions
Choose a directory for all the packages or apps, for example: ~/apps/
- Download Anaconda
- Use
bash Anaconda-xxx.sh
command to install Anaconda as given on Anaconda page. - In the process of installing Anaconda, change the installation path to
~/apps/anaconda/
- Download kcombu
- Install pkcombu following the instruction: pkcombu, assume the path of pkcombu is
~/apps/pkcombu
.
-
conda install python=3.5.2
if you use python 3 and python version is 3.6 or higher. conda install -c rdkit rdkit=2015.09.2
tar -zxf eMolFrag-xxx.tar.gz
-
cd eMolFrag-xxx
, assume current path is~/apps/eMolFrag_2017_01_18_01/
- Run configuration script:
python ConfigurePath.py
- Type
~/apps/eMolFrag_2017_01_18_01/
as the eMolFrag path when told to. - Type
~/apps/pkcombu
as the pkcombu path when told to.
- Download Openbabel
-
tar -zxf openbabel-2.3.1.tar.gz
# For example:*.tar.gz
in~/Download/
cd ~/apps/
mkdir openbabel-2.3.1
cd ~/Download/openbabel-2.3.1/
cmake ../openbabel-2.3.1 -DCMAKE_INSTALL_PREFIX=~/apps/openbabel-2.3.1/
make && make install
(Optional) If you meet some errors when running babel like: .../lib/libstdc++.so.6: version
GLIBCXX_3.4.21' not found (required by babel),
conda install libgccmight be able to solve the problem.
- Install from source file or use yum on Red Hat system or use apt-get on Ubuntu system.
- Download eSynth.
tar -zxf esynth-1.1.gz
cp -r esynth-1.1 ~/apps/esynth
cd ~/apps/esynth
-
vim Makefile
and edit the paths for openbabel and gsl. Paths may need to be changed: OB_INC, OB_LIB, GSL_LIB, GSL_INC. make