Skip to content

Commit 1a441e2

Browse files
sri480673arunvelliyangiri18manasi-t24
authored
Autodock (#21)
* Added Autodock workload * removed unnecessary contents * removed unnecessary contents * Removed old files and updated README and data download script * updated readme and data download script * updated readme and data download script * updated README * updated README * updated README * updated README * updated README * updated README * updated README * updated README * updated README * updated data download script for the test cases * updated README for proxy build command for docker --------- Co-authored-by: arunvelliyangiri18 <[email protected]> Co-authored-by: manasi-t24 <[email protected]>
1 parent 66f2fae commit 1a441e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

applications/Autodock/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
Open-Omics-Autodock is an optimized, multithreaded SYCL CPU version of the original AutoDock for high-performance molecular docking, enabling efficient protein-ligand interaction predictions.
33
# Docker Setup Instructions
44
## 1. Build the Docker Image
5-
To build the Docker image with the tag `autodock-sycl-cpu`, run the below command:
5+
6+
To build the Docker image with the tag autodock-sycl-cpu, use the following commands based on your machine's proxy requirements:
7+
* For machine without a proxy:
68
```zsh
79
docker build -t autodock-sycl-cpu .
810
```
11+
* For machine with a proxy:
12+
```zsh
13+
docker build --build-arg http_proxy=<http_proxy> --build-arg https_proxy=<https_proxy> --build-arg no_proxy=<no_proxy_ip> -t autodock-sycl-cpu .
14+
```
15+
916
## 2. Prepare Input and Output Directories
1017
We can choose any protein complex from **140** protein-ligand complexes available on (https://zenodo.org/records/4031961) (dataset can be downloaded as a zip file from the link here https://zenodo.org/records/4031961/files/data.zip?download=1).
1118

0 commit comments

Comments
 (0)