aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/quick-ligand-protein.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/quick-ligand-protein.py b/scripts/quick-ligand-protein.py
index 5873270..6ea16c1 100644
--- a/scripts/quick-ligand-protein.py
+++ b/scripts/quick-ligand-protein.py
@@ -107,10 +107,10 @@ cmd = session.cmd
loadMol(protein, m1)
cmd.remove("resn hoh") # remove water
-cmd.color("blue", "hetatm") # color heteroatoms
loadMol(ligand, m2)
changeColor(m1, "grey60")
changeColor(m2, ligandColor)
+cmd.color("blue", "hetatm") # color heteroatoms
orientEtZoom()
showSurface(m1)
surfaceTransparency(0.6)