Autodock installation in linux

Source: Internet
Author: User
The installation of autodock in linux-general Linux technology-Linux programming and kernel information. The following is a detailed description. 1.linuxsystem first install the tk8.4.15-src.tar.gzand tcl8.4.15-src.tar.gz packages (General script language, can develop a Chinese graphic interface)

If tcl and tk are not installed in the default directory, you must include a suffix when installing python.

./Configure -- prefix =/Specify the python installation directory/-- with-tk

-- With-tcl-library =/lib directory in tcl/-- with-tcl-include =/include directory in tcl/

-- With-tk-library =/lib directory in tk/-- with-tk-include =/The include directory in tk/

You also need to change the. cshrc settings. For detailed settings, see readme in ADT.

Http://topic.csdn.net/t/20050704/01/4120500.html (tcl, tk is not installed to the web site in the default directory)

Install TCL/TK first

In http://sourceforge.net/project/showfiles.php? Group_id = 10894

When installing python, you must include the following parameters:

-- With-tk: compiled with the TCL/TK library.

-- With-tcl-library = DIR: the Tcl library file is located in DIR

-- With-tcl-include = DIR: Tcl contains files located in DIR

-- With-tk-library = DIR: the Tk library file is located in DIR

-- With-tk-include = DIR: Tk contains files located in DIR

2. A single machine to upgrade the graphics card driver, install the latest X-win32

3. Install the python2.4 package,

$./Configure -- prefix = ~ /Python -- with-tk

$ Make

$ Make install

4. Install MGLtools

$ Tar-zxvf mgltools_source_1.4.5.tar.gz

$ Cd mgltools_source_1.4.5/THIRDPARTY

$ Tar-zxvf Imaging-1.1.5.tar.gz

$ Cd image-1.1.5

$ Vi setup. py

Correct the installation path of Python in the first line ~ /Python/bin/python2.4

$ ~ /Python/bin/Python2.4 setup. py install

$ Cd

$ Vi. cshrc

Add setenv display ip: 0

$ Source. cshrc

Open x-win

$ Cd ~ /Mgltools_source_1.4.5/InstTools

$ Vi install

Correct the installation path of Python in the first line ~ /Python/bin/python2.4

$ Cd ~ /Mgltools_source_1.4.5

$ StarInstallation

$ Cd

$ Vi. cshrc

Add path and alias

Setenv PATH {$ PATH}: $ HOME/bin:/home/zyh/gromacs/bin:/home/zyh/Python/lib/python2.4/site-packages: /home/zyh/autodocksuite-4.0.1/bin/i86Linux2

Alias pmv/home/zyh/Python/lib/python2.4/site-packages/runPmv

Alias adt/home/zyh/Python/lib/python2.4/site-packages/runAdt

Alias vision/home/zyh/Python/lib/python2.4/site-packages/runVision

$ Source. cshrc
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.