This is a read-only mirror of pymolwiki.org
Difference between revisions of "Show hydrophobics"
Jump to navigation
Jump to search
m (5 revisions) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 22: | Line 22: | ||
disable hydrophobes | disable hydrophobes | ||
set cartoon_smooth_loops,0</source> | set cartoon_smooth_loops,0</source> | ||
+ | |||
+ | [[Category:Script_Library|Show Hydrophobics]] | ||
+ | [[Category:Biochemical_Scripts]] |
Latest revision as of 03:36, 28 March 2014
#
#
#
# Show side chain sticks for hydrophobic residues
#
# (script for PyMol)
# Tom Stout, 08/05/2004
#
mstop
dss
hide all
#zoom all
#orient
show cartoon,all
color gray,all
select hydrophobes,(resn ala+gly+val+ile+leu+phe+met)
show sticks, (hydrophobes and (!name c+n+o))
color orange,hydrophobes
disable hydrophobes
set cartoon_smooth_loops,0