Changes between Version 1 and Version 2 of Dev2026-03-06


Ignore:
Timestamp:
Apr 6, 2026, 4:16:27 PM (19 hours ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2026-03-06

    v1 v2  
    77= Agenda =
    88
     9* Switch from PySide to PyQt.
    910* Progress on DockerHub ChimeraX.
     11* Inside ribbon color?
    1012* Toolshed reduce query result size.
     13* Residue notes in mmCIF, Oliver Clarke
    1114* Chimera not working with macOS 26, graphics pane positioned over command-line.
    1215* Work in progress reports
    13 * Inside ribbon color?
    1416* Make Chimera end-of-life bug report and registration changes.
    1517
     
    1719= Discussion =
    1820
     21* Switch from PySide to PyQt.
     22 - Zach will switch ChimeraX daily build from PySide 6.10.1 to PyQt 6.10.2 today.
     23 - We would prefer to try Qt 6.10.3 out 5 days ago that has 250 bug fixes beyond 6.10.2, but PyQt has not released of 6.10.3 version and probably will not release one.
     24 - We could copy the Qt 6.10.3 libraries into ChimeraX with PyQt 6.10.2.
     25 - First let's try PyQt 6.10.2 with Qt 6.10.2.  Then if we can consider and test in our devel builds using Qt 6.10.3.
     26
     27* DockerHub ChimeraX
     28 - Zach will make a docker image with ChimeraX without Qt libraries and Rocky 9 to put on DockerHub for PDBe to use addh in workflows.
     29 - Discussed whether --nogui option will be required.  Could possibly specify the --nogui option in the docker config file so the image can run ChimeraX without explicitly using --nogui.
     30
     31* Inside ribbon color?
     32 - Eric and Tom will work on adding ribbon inside color.
     33 - Was requested recently on mailing list.
     34 - Also requested several times in past years.
     35
     36* Toolshed reduce query result size.
     37 - Toolshed updates query currently uses cached result for each ChimeraX version 1.2 - 1.12.
     38 - Greg wants to make those files smaller by including only last 3 compatible releases of each package.
     39 - Greg will see how much that reduces updates download size.
     40
     41* Residue notes in mmCIF, Oliver Clarke
     42 - Oliver Clarke proposes putting residue notes in mmCIF files in a new table including note author and time stamp.
     43 - Oliver has this capability in Coot already.
     44 - Wants ChimeraX to be able to read and write these notes.
     45 - Oliver made a ChimeraX bundle to read and write notes.  Not on Toolshed.
     46 - Greg will advise Oliver that label_asym_id should be used not auth_asym_id.
     47 - Not clear why Oliver would not just submit a ChimeraX toolshed bundle for this.  Maybe he wants tighter integration in mmcif reader/writer, or just wants it to be present without user having to install separately.
    1948
    2049--------------------------