Commit 1f55880f authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme

parent c6ea90ba
# <div align="center"><strong>OpenFold</strong></div>
## 简介
OpenFold是蛋白质结构预测模型训练和推理的库,主要提供以下功能:蛋白质单体和多体的训练和推理。OpenFold官方github地址:[https://github.com/aqlaboratory/openfold](https://github.com/aqlaboratory/openfold)
OpenFold是蛋白质结构预测模型训练和推理的库,主要提供以下功能:蛋白质单体和多体的训练和推理。
## 安装
OpenFold支持
......@@ -44,14 +44,15 @@ pip install dist/openfold*
python3 setup.py install
```
## 版本号查询
## 注意事项
+ 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
## 验证
- python -c "import openfold; print(openfold.\_\_version__)",版本号与官方版本同步,查询该软件的版本号,例如1.0.1;
## Known Issue
-
## Note
+ 若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
## 参考
## 参考资料
- [README_ORIGIN](README_ORIGIN.md)
- [https://github.com/aqlaboratory/openfold](https://github.com/aqlaboratory/openfold)
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