File: gui_contact_score_isolated_ligand.py

package info (click to toggle)
coot 1.1.18%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220,004 kB
  • sloc: cpp: 495,934; python: 35,043; ansic: 26,143; lisp: 22,768; sh: 13,186; makefile: 2,746; awk: 441; xml: 245; csh: 14
file content (18 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

import coot_gui_api

if (have_coot_python):

    if coot_gui_api.main_menubar():

      add_simple_coot_menu_menuitem(coot_menubar_menu("Ligand"),
                        "Isolated Molprobity Dots for this Ligand",
                                    lambda func: contact_score_ligand_func())

      add_simple_coot_menu_menuitem(coot_menubar_menu("Ligand"),
                                    "Isolated Coot Ligand Dots for this Ligand",
                                    lambda func: coot_contact_dots_ligand_func())

      add_simple_coot_menu_menuitem(coot_menubar_menu("Ligand"),
                                    "Coot All-Atom Contact Dots",
                                    lambda func: coot_all_atom_contact_dots_func())