官网:http://dock.compbio.ucsf.edu/
学术免费
介绍:
predict binding modes of small molecule-protein complexes
search databases of ligands for compounds that inhibit enzyme activity
search databases of ligands for compounds that bind a particular protein
search databases of ligands for compounds that bind nucleic acid targets
examine possible binding orientations of protein-protein and protein-DNA complexes
help guide synthetic efforts by examining small molecules that are computationally derivatized
many more...
安装平台:ubuntu 12.04
(1) tar -zxvf dock.6.5_source.tar
(2) cd dock6/install
(3) ./configure gnu
(4)重要:修改生成的config.h文件中的g77为gfortran (如果你的电脑没有g77的话)
(5) make all
完成安装
安装完后,在bashrc中添加
[mw_shl_code=bash,true]export PATH=/home/chen/soft/dock6/bin/PATH[/mw_shl_code]
楼主您好。我是在scientific linux 6.3中安装的。运行到make all时,
提示以下错误
make[1]: Entering directory `/home/1wx/dock6/src'
cd dock && make install
make[2]: Entering directory `/home/1wx/dock6/src/dock'
icpc -c -O3 -ipo -o score_solvent.o score_solvent.cpp
make[2]: icpc:命令未找到
make[2]: *** [score_solvent.o] 错误 127
make[2]: Leaving directory `/home/1wx/dock6/src/dock'
make[1]: *** [dock6] 错误 2
make[1]: Leaving directory `/home/1wx/dock6/src'
make: *** [install] 错误 2
我查看来config.h文件,显示以下内容:
DOCK configuration file for Intel compilers
# and the Math Kernel Library.
# CC is the C compiler
# CXX is the C++ compiler
# CFLAGS is the flags for the C and C++ compilers
# FC is the Fortran compiler
# FFLAGS is the flags for the Fortran compiler
# LIBS is the flags for the linker
# LINK_WITHOUT_FORTRAN_MAIN is the flag for linking without Fortran's main
# LOAD is the command to invoke the linker
# DOCK_SUFFIX is the suffix for the dock executable