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
# Originally created by: Rob Paton | |
# https://gist.github.com/bobbypaton/1cdc4784f3fc8374467bae5eb410edef | |
# Modified by: Kate Fieseler | |
# 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 | |
from pymol import util |