Commit f74677b3 authored by dcuai's avatar dcuai
Browse files

Update README.md format

parent 3972a903
......@@ -22,10 +22,13 @@ AlphaFold2是一个用于预测蛋白质三维结构的深度学习模型。
* 推理镜像:docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:alphafold2-2.2.1-centos7.6-dtk-22.04.2-py38
激活镜像环境:
`source /opt/dtk-22.04.2/env.sh`
`source /opt/openmm-hip/env.sh`
测试目录:
`/opt/docker/test`
### 推理
......@@ -34,13 +37,12 @@ AlphaFold2是一个用于预测蛋白质三维结构的深度学习模型。
* TensorFlow2(DCU版本) >= 2.7.0
设置DOWNLOAD_DIR路径和output_dir路径。确保输出目录存在,并且您有足够的权限对其进行写入。
```
# Set to target of download all databases
DOWNLOAD_DIR = '/path/to/database'
# Path to a directory that will store the results.
output_dir = '/path/to/output_dir'
```
#### 单体
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment