Skip to content

Instantly share code, notes, and snippets.

View bobbypaton's full-sized avatar
🎯
Focusing

Robert Paton bobbypaton

🎯
Focusing
View GitHub Profile
@bobbypaton
bobbypaton / pymol_style.py
Last active January 21, 2022 00:38
Create high quality ball-and-stick molecular images with Pymol
# BallnStick creates a ball and stick representation of an object
# Add_VDW creates a copy of an object with full-sized, transparent spheres
# Bondi VDW values added below to override default Pymol settings
from pymol import cmd
# Bondi VDW values
cmd.alter("elem Ac", "vdw=2.00")
cmd.alter("elem Al", "vdw=2.00")
cmd.alter("elem Am", "vdw=2.00")