From be2b157f556a4fa47e1c3eb355eef6c35d1d72ed Mon Sep 17 00:00:00 2001 From: lingyu zeng Date: Sun, 23 Mar 2025 21:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BE=85=E5=9B=A0=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1021373..a9a4850 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ class PyMOLAnimator: # 使用 animator = PyMOLAnimator((1920, 1080), 300, 120, Path('/path/to/save')) animator.save_frames('frame1', 'frame2') - ``` ## 场景设置 @@ -198,6 +197,16 @@ color red, organic # 将所有小分子(organic)着色为红 show surface, organic # 显示小分子的表面 ``` +## 删除辅因子 + +```shell +# 删除8G2C中的辅因子(保留TYK) +cmd.remove("resn K or resn MG or resn SF4 or resn ZN") + +# 删除8G2D中的辅因子(保留TYK) +cmd.remove("resn K or resn MG or resn SF4 or resn ZN") +``` + ## Schrodinger_Suites linux install ```shell