From 237d2b4c9363011cf7186805c8ff380a88b649be Mon Sep 17 00:00:00 2001 From: lingyu zeng Date: Sun, 23 Mar 2025 21:04:42 +0800 Subject: [PATCH] `select` and `create` command --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3d5c0ee..e083f50 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,20 @@ animator.save_frames('frame1', 'frame2') 这会存储一个名为"MyScene"的场景,并附带一条消息。 +### `select` and `create` + +```shell +选择所有蛋白质: select 8g2c_pro, polymer.protein + +创建一个新的对象: create 8g2c_pro, polymer.protein + +选择所有核酸: select 8g2c_nucleic, polymer.nucleic + +创建一个新的对象: create 8g2c_nucleic, polymer.nucleic + +选择小分子: select 8g2c_tyk, resn TYK +``` + ## Schrodinger_Suites linux install ```shell