User contributions for Bernhardcl
Jump to navigation
Jump to search
22 January 2014
- 17:3717:37, 22 January 2014 diff hist +127 Morph residues gui.py No edit summary
- 17:3417:34, 22 January 2014 diff hist +1,772 N Morph residues gui.py Created page with "if (have_coot_python): if coot_python.main_menubar(): menu = coot_menubar_menu("Morph") add_simple_coot_menu_menuitem( menu, "Morp..."
- 17:3317:33, 22 January 2014 diff hist +168 Coot →Python Scripts
23 June 2012
- 16:3116:31, 23 June 2012 diff hist +134 Ncs rotamer differences.py No edit summary current
- 16:1416:14, 23 June 2012 diff hist +2,246 N Ncs rotamer differences.py Created page with "def compare_ncs_rotamer(imol, chain_A, chain_B): n_residues = chain_n_residues(chain_A, imol) mismatched_rotamers = [] for serial_number in range(n_residues): ..."
- 16:1316:13, 23 June 2012 diff hist +142 Coot →Python Scripts
- 15:2015:20, 23 June 2012 diff hist +77 Bernhards key bindings for coot.py No edit summary current
20 May 2012
- 13:2613:26, 20 May 2012 diff hist +1,042 Bernhards key bindings for coot.py No edit summary
5 June 2011
- 14:0114:01, 5 June 2011 diff hist +88 Bernhards key bindings for coot.py No edit summary
16 November 2010
- 10:0210:02, 16 November 2010 diff hist +140 Mmdb No edit summary
14 May 2010
- 14:1714:17, 14 May 2010 diff hist +82 Bernhards key bindings for coot.py No edit summary
- 08:5408:54, 14 May 2010 diff hist +263 Bernhards key bindings for coot.py No edit summary
15 April 2010
- 16:3716:37, 15 April 2010 diff hist −616 Coot →Example 2: More key bindings (inspired by the Coot BB)
- 16:3716:37, 15 April 2010 diff hist +646 N Yellowify molecule keys.py New page: # yellowify last coordinate molecule # Note: this may overwrite the 'usual' short-cut of 'y' to add a terminal residue def yellow_coords_func1(): ls = model_molecule_list() if l... current
- 16:2716:27, 15 April 2010 diff hist −626 Coot No edit summary
- 16:2716:27, 15 April 2010 diff hist +649 N Blueify map keys.py New page: # bluefy last map def blue_map_func1(): ls = map_molecule_list() ls.reverse() for map_mol in ls: if not map_is_difference_map(map_mol): set_map_colour(map... current
- 12:3212:32, 15 April 2010 diff hist −1 Bernhards key bindings for coot.py No edit summary
17 March 2009
- 18:0818:08, 17 March 2009 diff hist +1,478 Coot →Python Scripts
13 February 2009
- 11:4011:40, 13 February 2009 diff hist +105 Coot →Simple rules for Scheme to Python translations
14 January 2009
- 17:5617:56, 14 January 2009 diff hist +834 Bernhards key bindings for coot.py No edit summary
20 October 2008
- 10:3410:34, 20 October 2008 diff hist +1,902 Coot No edit summary
12 September 2008
- 09:4409:44, 12 September 2008 diff hist −46 Bernhards key bindings for coot.py No edit summary
10 September 2008
- 14:4714:47, 10 September 2008 diff hist −5 Bernhards key bindings for coot.py No edit summary
- 14:4714:47, 10 September 2008 diff hist −64 Bernhards key bindings for coot.py No edit summary
- 14:4614:46, 10 September 2008 diff hist −1 Bernhards key bindings for coot.py No edit summary
- 14:4414:44, 10 September 2008 diff hist +129 Bernhards key bindings for coot.py No edit summary
- 14:4414:44, 10 September 2008 diff hist +3,526 N Bernhards key bindings for coot.py New page: add_key_binding("Refine Active Residue", "r", lambda: manual_refine_residues(0)) add_key_binding("Refine Active Residue AA", "x", lambda: refine_active_residue()) add_key_binding("Triple R...
- 14:3914:39, 10 September 2008 diff hist +295 Coot →Scripts