Commit ef13ad4b authored by zhuwenwen's avatar zhuwenwen
Browse files

add benchmark params

parent 58614782
......@@ -120,6 +120,7 @@ $DOWNLOAD_DIR/
查看蛋白质3D结构:[https://www.pdbus.org/3d-view](https://www.pdbus.org/3d-view)
![img](./docs/result_pdb.png)
如上图:红色为真实结构,蓝色为预测结构
## 精度
......
......@@ -15,7 +15,8 @@
--model_preset=monomer \
--db_preset=full_dbs \
--models_to_relax=best \
--use_gpu_relax=false
--use_gpu_relax=false \
--benchmark=true
......
......@@ -17,5 +17,6 @@ python3 run_alphafold.py \
--model_preset=multimer \
--db_preset=full_dbs \
--models_to_relax=best \
--use_gpu_relax=false
--use_gpu_relax=false \
--benchmark=true
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