User:Eric Martz/Sandbox 3: Difference between revisions
Eric Martz (talk | contribs) →2hhd_consurf.spt: revising scripts |
Eric Martz (talk | contribs) →consurf_postscript.spt: revising scripts |
||
Line 301: | Line 301: | ||
# consurf_initial_scene is false if it is undefined. | # consurf_initial_scene is false if it is undefined. | ||
if (consurf_initial_scene) | if (consurf_initial_scene) | ||
# Spacefill all protein. | |||
select protein | |||
spacefill | |||
# Give all protein a carbon-colored backbone. | |||
backbone 0.4 | |||
color backbone [xc8c8c8] | |||
# Show nucleic as phosphorus-colored cartoon. | |||
select nucleic | |||
cartoon | |||
color cpk | |||
endif | endif |