select and create command

This commit is contained in:
lingyu zeng
2025-03-23 21:04:42 +08:00
parent 6e2c3c4f53
commit 237d2b4c93

View File

@@ -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