Difference between revisions of "Show hydrophobics"

From PyMOLWiki
Jump to navigation Jump to search
Line 23: Line 23:
 
set cartoon_smooth_loops,0</source>
 
set cartoon_smooth_loops,0</source>
  
[[Category:Scripting_Script_Library|Show Hydrophobics]]
+
[[Category:Script_Library|Show Hydrophobics]]

Revision as of 17:22, 6 May 2005

#
#
#
# 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