Morph residues gui.py: Difference between revisions

no edit summary
(Created page with "if (have_coot_python): if coot_python.main_menubar(): menu = coot_menubar_menu("Morph") add_simple_coot_menu_menuitem( menu, "Morp...")
 
No edit summary
Line 1: Line 1:
<pre>
if (have_coot_python):
if (have_coot_python):
     if coot_python.main_menubar():
     if coot_python.main_menubar():
Line 51: Line 52:
                               "aa_imol", 1000, 2)
                               "aa_imol", 1000, 2)
             )
             )
</pre>
Load with:
Calculate->Run Script
Or put the file in e.g. ''.coot-preferences'' directory to make it permanent.
28

edits