Ticket #20115: ra_bug.py
| File ra_bug.py, 343 bytes (added by , 9 hours ago) |
|---|
| Line | |
|---|---|
| 1 | from chimerax.core.commands import run |
| 2 | rba_gui = run(session, 'ui tool show "Render/Select by Attribute"') |
| 3 | rba_gui.configure(models = [session.models[0]], target = 'residues', tab = 'render', attr_name = 'mutation_score', level_info = [(-0.21, 'blue'), (0.186, 'white'), (0.581, 'white'), (0.977, 'red')], render_type = rba_gui.RENDER_COLORS) |