This commit is contained in:
Your Name
2024-11-27 15:18:39 +08:00
parent 9e2ccaef07
commit 1bc7d248c9
2 changed files with 19 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ scripts为一些脚本文件主要是测试代码
## 环境安装
```shell
conda install -c conda-forge ffmpeg pymol-open-source biopython loguru
conda install -c conda-forge ffmpeg pymol-open-source biopython loguru ipython rdkit click -y
```
## 最高质量渲染
@@ -161,3 +161,15 @@ animator.save_frames('frame1', 'frame2')
这会存储一个名为"MyScene"的场景,并附带一条消息。
## Schrodinger_Suites linux install
```shell
cd Schrodinger_Suites_2021-2_Linux-x86_64
bash INSTALL 或者chmod u+x INSTALL ,之后 ./INSTALL
(接下来选安装路径,比如/home/laiguanxue/softwares/Schrodinger_Suites_2023)
后面一路yes
(将Crack/patcher拷贝到安装路径中)
chmod u+x schrodinger-2023-3-patcher-linux
./schrodinger-2023-3-patcher-linux
(之后选择破解的版本)
```

View File

@@ -220,6 +220,12 @@ def protgrey(selection='all'):
#cmd.create(obj_name, f'byres (resn {resn} and chain {chain}) around {distance} or (resn {resn} and chain {chain})') # 选择resn的对象和resn对象周围3A的原子扩展至残基的原子
#cmd.hide('everything', 'all')
#cmd.show('lines', obj_name)
# 选择所有核酸DNA 或 RNA
# select nucleic_acids, polymer.nucleic
# # 选择所有蛋白质
# select proteins, polymer.protein
# # 锁定到链
# select chainA_protein, polymer.protein and chain A
cmd.extend('colorp',colorp)
cmd.extend('method',method)