Last active
November 17, 2020 11:19
-
-
Save universvm/940aa82cff1ab653c1b4c98681b785e9 to your computer and use it in GitHub Desktop.
[Pymol show b-factor as thickness and occupancy as color] #Pymol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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