add quick start

This commit is contained in:
2024-01-25 16:32:32 +08:00
parent 8b2b38c4a9
commit 8ac7246a3e

View File

@@ -14,6 +14,14 @@ conda install -c conda-forge seaborn -y
modeller注册码`MODELIRANJE`
## quick start
多进程调用修复,文件目录`/path/to/pdb/file`,下面的`*.pdb`文件,修复好的文件会自动组装保存至`runner_*/*.modellerfix.pdb`文件
```shell
python mainfix.py /path/to/pdb/file modelbuilder.py
```
## test
```shell