This is a read-only mirror of pymolwiki.org
Difference between revisions of "Show hydrophilic"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
disable hydrophilics | disable hydrophilics | ||
set cartoon_smooth_loops,0</source> | set cartoon_smooth_loops,0</source> | ||
+ | |||
+ | |||
+ | [[Category:Scripting_Script_Library|Show Hydrophilic]] |
Revision as of 03:50, 8 March 2005
#
# Show side chain sticks for hydrophilic residues
#
# (script for PyMol)
# Tom Stout, 08/05/2004
#
mstop
dss
hide all
#zoom all
#orient
show cartoon,all
color gray,all
select hydrophilics,(resn arg+lys+his+glu+asp+asn+gln+thr+ser+cys)
show sticks, (hydrophilics and !name c+n+o)
color green,hydrophilics
disable hydrophilics
set cartoon_smooth_loops,0