From 1382cd848f04feaa6572ef49803372bc1184c3c7 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 8 Aug 2020 00:00:59 +0530 Subject: fix for colouring natural ligand --- scripts/quick-ligand-protein.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.3