24小时热门版块排行榜    

查看: 3770  |  回复: 8
【奖励】 本帖被评价4次,作者lfcmike增加金币 2.8
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

lfcmike

新虫 (初入文坛)


[资源] autodocktools 在linux下安装

MGLTools包含了

AutoDockTools (ADT)

AutoDockTools        AutoDockTools is graphical front-end for setting up and running AutoDock - an automated docking software designed to predict how small molecules, such as substrates or drug candidates, bind to a receptor of known 3D structure.


Python Molecular Viewer (PMV)

PMV        PMV is a powerful molecular viewer that has a number of customizable features and comes with many pluggable commands ranging from displaying molecular surfaces to advanced volume rendering.

Vision

[PMV]         Vision is a visual-programming environment in which a user can interactively build networks describing novel combinations of computational methods, and yielding new visualizations of their data without actually writing code.


这三部分  。。
下面来说一下这软件的安装方法 。。我是在ubuntu 12 下测试安装
安装包下载:  http://115.com/file/dp49c2wa
下载所有需要的安装包

第一步,安装环境,这软件需要python imaging library (PIL)环境
PIL 还需要安装
TKINTER
JPEG
ZLIB (PNG/ZIP)
FREETYPE2
LITTLECMS
这里只需要安装 JPEG  ZLIB (PNG/ZIP)  FREETYPE2  

安装方法    在terminal下输入命令

安装zlib
shell:

$ tar -xvzf zlib-1.2.5.tar.gz
$ cd zlib-1.2.5
$ ./configure --prefix=/usr/local         {自定义安装在 /usr/local 文件夹}
$ make
$ sudo make install


安装 png
shell:

$ tar -xvzf libpng-1.5.6.tar.gz
$ cd libpng-1.5.6
$ ./configure --prefix=/usr/local         {自定义安装在 /usr/local 文件夹}
$ make
$ sudo make install

安装freetype
shell:


$ tar -jxf freetype-2.4.7.tar.gz
$ cd freetype-2.4.7/
$ ./configure --prefix=/usr/local          {自定义安装在 /usr/local 文件夹}
$ make
$ make install

安装install jpeg
shell:


$ tar -xvzf jpegsrc.v8c.tar.gz
$ cd jpeg-8c/
$ ./configure --prefix=/usr/local                  {自定义安装在 /usr/local 文件夹}
$ make
$ sudo make install

接下来安装PIL(Python Imaging Library )

$ tar -xvzf Imaging-1.1.7.tar.gz
$ cd Imaging-1.1.7/

在安装前测试一下

shell:

$ python setup.py build_ext -i

回输出:

PIL 1.1.7 SETUP SUMMARY
——————————————————————–
version 1.1.7
platform linux2 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2]
——————————————————————–
*** TKINTER support not available
— JPEG support available ———————–> OK!
— ZLIB (PNG/ZIP) support available ———————–> OK!
— FREETYPE2 support available ———————–> OK!
*** LITTLECMS support not available
——————————————————————–

正式安装:

shell:

$ python setup.py build
$ sudo python setup.py install

第一步就完成了。。

第二步,安装MGLTools 。

安装方法:

进入文件目录:

shell:

$ cd  {MGLTools-Linux-x86_1.5.6cr3-Install文件地址}

1,给MGLTools-Linux-x86_1.5.6cr3-Install文件授权:

shell:

$ chmod +x MGLTools-Linux-x86_1.5.6cr3-Install

2,运行 MGLTools-Linux-x86_1.5.6cr3-Install文件

shell:

$ sudo /MGLTools-Linux-x86_1.5.6cr3-Install文件地址/MGLTools-Linux-x86_1.5.6cr3-Install

3,按提示安装。。

4,安装后配置MGLTools 。

需要将 /home/lfcmike/MGLTools-1.5.6rc3/bin   添加到路径环境中。

shell:

$ export PATH="/usr/local/MGLTools-1.5.6rc3/bin:"$PATH

或者是:

$ alias pmv='/usr/local/MGLTools-1.5.6rc3/bin/pmv'
$ alias adt='/usr/local/MGLTools-1.5.6rc3/bin/adt'
$ alias vision='/usr/local/MGLTools-1.5.6rc3/bin/vision'
$ alias pythonsh='/usr/local/MGLTools-1.5.6rc3/bin/pythonsh'

5,

shell:

$ /usr/local/MGLTools-1.5.6rc3/bin/python setup.py install

第二步完成。。

最后运行 MGLTools

shell:

$ adt

有关错误解决方法 :MGLTools http://mgltools.scripps.edu/downloads/instructions/linux/

[ Last edited by lfcmike on 2012-9-8 at 12:56 ]
回复此楼

» 收录本帖的淘帖专辑推荐

药物设计相关 分子对接

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

xufund

至尊木虫 (知名作家)


楼主,安装包未能分享,不能下载
3楼2012-09-08 17:19:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 9 个回答

abigrabbit

金虫 (初入文坛)


★★★★★ 五星级,优秀推荐

同求。。。安装包
4楼2012-09-10 09:18:00
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

longdlut

捐助贵宾 (著名写手)


★ 一星级,一般

这么复杂啊!ubu12.04快赶超win7了!!!哈哈
5楼2012-09-12 18:35:40
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lfcmike

新虫 (初入文坛)


引用回帖:
4楼: Originally posted by abigrabbit at 2012-09-10 09:18:00
同求。。。安装包

现在可以下载了。。。
6楼2012-09-24 17:39:10
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
☆ 无星级 ★ 一星级 ★★★ 三星级 ★★★★★ 五星级
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +3 E4V9bALS54sj 2026-09-19 4/200 2026-09-20 07:24 by 9i7PCSZyMzot
[博后之家] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +3 E4V9bALS54sj 2026-09-19 4/200 2026-09-20 07:12 by 9i7PCSZyMzot
[公派出国] 售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急 +3 E4V9bALS54sj 2026-09-19 4/200 2026-09-20 07:06 by 9i7PCSZyMzot
[基金申请] 售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急 +3 E4V9bALS54sj 2026-09-19 4/200 2026-09-20 07:01 by 9i7PCSZyMzot
[考博] 售SCI文章,我:8O.5.5.1O.54,科目全,可十急 +3 E4V9bALS54sj 2026-09-19 4/200 2026-09-20 07:01 by 9i7PCSZyMzot
[论文投稿] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +3 E4V9bALS54sj 2026-09-19 4/200 2026-09-20 06:55 by 9i7PCSZyMzot
[考研] 售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急 +3 4pRyVGCVerAA 2026-09-19 3/150 2026-09-20 00:15 by 9i7PCSZyMzot
[硕博家园] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +3 4pRyVGCVerAA 2026-09-19 3/150 2026-09-20 00:03 by 9i7PCSZyMzot
[找工作] 售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急 +4 4pRyVGCVerAA 2026-09-19 4/200 2026-09-20 00:03 by 9i7PCSZyMzot
[考博] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +3 4pRyVGCVerAA 2026-09-19 4/200 2026-09-19 23:51 by 9i7PCSZyMzot
[基金申请] 售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急 +3 4pRyVGCVerAA 2026-09-19 4/200 2026-09-19 23:39 by 9i7PCSZyMzot
[论文投稿] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +3 4pRyVGCVerAA 2026-09-19 4/200 2026-09-19 23:27 by 9i7PCSZyMzot
[考研] 售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急 +3 4pRyVGCVerAA 2026-09-19 4/200 2026-09-19 23:27 by 9i7PCSZyMzot
[公派出国] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +3 4pRyVGCVerAA 2026-09-19 4/200 2026-09-19 23:03 by 9i7PCSZyMzot
[公派出国] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +3 4pRyVGCVerAA 2026-09-18 7/350 2026-09-19 21:03 by 9i7PCSZyMzot
[教师之家] 现代”学阀”该如何界定 +3 iaeyuan 2026-09-19 3/150 2026-09-19 20:52 by 没昵称呀
[基金申请] 国社科系统bug了,是不是要放榜了? +7 kynobel 2026-09-16 9/450 2026-09-19 14:52 by 接好运婷
[考博] 申博发邮件 +8 Lmengk 2026-09-15 9/450 2026-09-19 09:27 by 中间体超市
[有机交流] 各位大神,目前国内有哪些比较好用的逆合成软件? 20+3 zapen 2026-09-15 9/450 2026-09-18 18:17 by zapen
[考博] 上海工程技术大学激光智能制造课题组|2027级博士研究生招生公告 +7 水士口 2026-09-16 8/400 2026-09-16 13:47 by kkklens
信息提示
请填处理意见