-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPymol Picture
More file actions
27 lines (23 loc) · 830 Bytes
/
Copy pathPymol Picture
File metadata and controls
27 lines (23 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
set ray_trace_fog,0
set ray_shadows,0
unset depth_cue
bg_color white
set antialias,2
set hash_max, 300
set ray_trace_mode, 3
set spec_reflect, 0
set cartoon_color, marine
set cartoon_transparency, 0.7
#Seleção dos resíduos de aminoácidos desejados para destaque
select selected_residues, resi 985+795+516+511+950+956+521+518+946+791+517
show licorice, selected_residues
cmd.set_bond("valence", 0, "selected_residues")
cmd.hide("((byres (selected_residues))&(bb.&!(n. CA|n. N&r. PRO)))")
cmd.color_deep("marine", 'selected_residues', 0)
util.cnc("selected_residues",_self=cmd)
set stick_radius, 0.17
#Seleção do ligante se baseia no nome do resíduo (olhar na sequência do Pymol como está na sequência)
select sugar, resname UNL
cmd.show("spheres" ,"ligante")
set sphere_scale, 0.21
util.cba(144,"sugar",_self=cmd)