Update pymol_color_plugin.py

This commit is contained in:
lingyu zeng
2024-10-16 18:01:08 +08:00
parent f973372fcc
commit ebd67d40a5

View File

@@ -220,6 +220,10 @@ 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)
## pymol 编辑模式
#选择mouse3 botton edit 模式需要在3 botton view 模式下先选择对象。
#按住shift + 左键进行旋转
#按住shift + 中键进行平移
cmd.extend('colorp',colorp)
cmd.extend('method',method)