Show charged

From PyMOLWiki
Revision as of 08:48, 30 April 2009 by Inchoate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#
# Show side chain sticks for charged residues
#
# (script for PyMol)
# Tom Stout, 08/05/2004
#

mstop
dss
hide all
#zoom all
#orient
show cartoon,all
color gray,all

select pos,(resn arg+lys+his)
show sticks, (pos and !name c+n+o)
color marine,pos
disable pos
select neg,(resn glu+asp)
show sticks, (neg and !name c+n+o)
color red,neg
disable neg
set cartoon_smooth_loops,0