Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save universvm/940aa82cff1ab653c1b4c98681b785e9 to your computer and use it in GitHub Desktop.
Save universvm/940aa82cff1ab653c1b4c98681b785e9 to your computer and use it in GitHub Desktop.
[Pymol show b-factor as thickness and occupancy as color] #Pymol
# Disable shadow
set ray_shadows,off
# Set occupancy as color
spectrum q, blue_yellow
# Set B-factor as thickness
show cartoon
cartoon putty
unset cartoon_smooth_loops
unset cartoon_flat_sheets
# Save HD
ray 2400, 2400
png fileName, dpi=300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment