言わずも知れたタンパク質-リガンド ドッキング アプリケーション

本家様 https://autodock.scripps.edu/

ここでは AutoDock と そのGPU版 AutoDock4-GPU を扱います

AutoDock

https://autodock.scripps.edu/download-autodock4/から入手

入手ファイルは「autodocksuite-4.2.6-x86_64Linux2.tar」(726KB)

[root@rockylinux ~]# mkdir /apps/autodock
[root@rockylinux ~]# cd /apps/autodock
[root@rockylinux autodock]# tar tvf ../src/autodocksuite-4.2.6-x86_64Linux2.tar
-rwxrwxr-x mp/dns       502399 2014-07-19 10:34 x86_64Linux2/autodock4
-rwxrwxr-x mp/dns       238411 2014-07-19 10:37 x86_64Linux2/autogrid4
 
[root@rockylinux autodock]# tar xf ../src/autodocksuite-4.2.6-x86_64Linux2.tar
 
[root@rockylinux autodock]# ls -lR
.:
total 0
drwxr-xr-x. 2 root root 40 Jan 30 03:55 x86_64Linux2
 
./x86_64Linux2:
total 728
-rwxrwxr-x. 1 124 104 502399 Jul 19  2014 autodock4
-rwxrwxr-x. 1 124 104 238411 Jul 19  2014 autogrid4
[root@rockylinux AutoDock]#

EnvironmentModules

[root@rockylinux ~]# vi /apps/modulefiles/autodock
#%Module1.0
prepend-path PATH /apps/autodock/x86_64Linux2
 
[root@rockylinux ~]#
[illya@rockylinux ~]$ module use --append /apps/modulefiles
[illya@rockylinux ~]$ module load autodock
[illya@rockylinux ~]$ autodock4
usage: AutoDock         -p parameter_filename
                        -l log_filename
                        -k (Keep original residue numbers)
                        -i (Ignore header-checking)
                        -t (Parse the PDBQT file to check torsions, then stop.)
                        -d (Increment debug level)
                        -C (Print copyright notice)
                        --version (Print autodock version)
                        --help (Display this message)
 
 
[illya@rockylinux ~]$

AutoDock-GPU

[root@rockylinux ~]# export PATH=/usr/local/cuda-12.0/bin:$PATH
[root@rockylinux ~]# export GPU_INCLUDE_PATH=/usr/local/cuda-12.0/include
[root@rockylinux ~]# export GPU_LIBRARY_PATH=/usr/local/cuda-12.0/lib64
 
[root@rockylinux ~]# cd /apps/
[root@rockylinux apps]# git clone https://github.com/ccsb-scripps/AutoDock-GPU autodock-gpu
 
[root@rockylinux apps]# cd autodock-gpu
[root@rockylinux autodock-gpu]# 
[root@rockylinux autodock-gpu]# make DEVICE=CUDA
 
[root@rockylinux autodock-gpu]# ls -l bin/
total 968
-rwxr-xr-x. 1 root root 273368 Jan 30 04:29 adgpu_analysis
-rwxr-xr-x. 1 root root 714000 Jan 30 04:29 autodock_gpu_64wi
[root@rockylinux autodock-gpu]#
最新の60件
2023-12-06 2023-12-05 2023-11-30 2023-11-27 2023-11-21 2023-11-19 2023-11-18 2023-11-14 2023-11-10 2023-11-09 2023-11-05 2023-11-03 2023-10-31 2023-10-30 2023-10-26 2023-10-24 2023-10-19 2023-10-16 2023-10-15 2023-10-12 2023-10-11 2023-10-09 2023-10-03 2023-10-02 2023-09-30 2023-09-29 2023-09-26 2023-09-24 2023-09-19 2023-09-18 2023-09-17 2023-09-16 2023-09-14 2023-09-12 2023-09-11 2023-09-08 2023-09-05 2023-09-02 2023-08-30 2023-08-29

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-01-30 (月) 04:29:52