This is a read-only mirror of pymolwiki.org
Difference between revisions of "Show charged"
Jump to navigation
Jump to search
m (4 revisions) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 24: | Line 24: | ||
disable neg | disable neg | ||
set cartoon_smooth_loops,0</source> | set cartoon_smooth_loops,0</source> | ||
+ | |||
+ | |||
+ | [[Category:Script_Library|Show Charged]] | ||
+ | [[Category:Biochemical_Scripts]] |
Latest revision as of 03:53, 28 March 2014
#
# 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