This is a read-only mirror of pymolwiki.org
Difference between revisions of "Show aromatics"
Jump to navigation
Jump to search
m (4 revisions) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
− | [[Category: | + | [[Category:Script_Library|Show Aromatics]] |
+ | [[Category:Biochemical_Scripts]] |
Latest revision as of 03:53, 28 March 2014
#
#
# Show side chain sticks for aromatic residues
#
# (script for PyMol)
# Tom Stout, 08/05/2004
#
mstop
dss
hide all
#zoom all
#orient
show cartoon,all
color gray,all
select aromatics,(resn phe+tyr+trp+his)
show sticks, (aromatics and (!name c+n+o))
color green,aromatics
disable aromatics
set cartoon_smooth_loops,0