diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-07 20:58:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 20:58:10 +0530 |
commit | 64b51efa0c9979a39bf6f957a61793cd1281ee77 (patch) | |
tree | f54b878d7d4d3d06ec194e7344607321f3020f76 /scripts | |
parent | 365b3fbed0549a035185606f950b47dadb1149dc (diff) |
Update quick-ligand-protein.py
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/quick-ligand-protein.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/quick-ligand-protein.py b/scripts/quick-ligand-protein.py index faff403..a300800 100644 --- a/scripts/quick-ligand-protein.py +++ b/scripts/quick-ligand-protein.py @@ -87,6 +87,8 @@ session.start() 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) |