Changes between Version 2 and Version 3 of Dev2023-10-2


Ignore:
Timestamp:
Oct 2, 2023, 7:44:04 PM (2 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2023-10-2

    v2 v3  
    11= ChimeraX Developer Meeting =
    22
    3 Attendance: Eric, Zach, Tom, Greg, Mikhail
     3Attendance: Eric, Zach, Tom
    44
    55October 2, 2023
     
    1111* Install Grafana on plato to monitor web services.
    1212* ViewDockX port to Qt progress
    13 * "Mainline" bundle on Toolshed?
     13* How does ChimeraX code that needs an optional bundle on Toolshed query for it?
    1414  * Implications for library distribution
    1515* Wording of LGPL notice / which files to change
     
    2222= Discussion =
    2323
     24* NIAID monthly report
     25  - We will update monthly report before Scooter returns on Friday so it is ready to send when he gets back.
     26
     27* Meta Connect conference
     28  - Talks were all about mixed reality and AI, no VR.
     29  - All talks ended with "We can't wait to see what you will do with this" as if Meta has no idea how to make these technologies profitable.
     30  - New Quest 3 headset may have hand tracker issues due to occluded IR leds and lack of headset cameras looking upward.
     31
     32* Task Manager
     33  - Zach has merged task manager code.
     34  - Web services and Phenix tools use tasks.
     35  - Restoring tasks from sessions is only implemented for BLAST Protein, and in a way that access private data structures.
     36
     37* ViewDockX
     38  - Mikhail sent email before meeting: "I have the table and selection working, and am working on implementing clashes and h bonds - don't have those yet, but should be done with that this week. Am including my latest working version of code as well as an image to show that the selection on the table is working. Code is not very well cleaned up yet - there's still fragments of code taken from the blast protein code that I'll clean up later."
     39
     40* How does ChimeraX code that needs an optional bundle on Toolshed query for it?
     41  - Thinking about this with ESPALOMA machine learning MD parameter determination.
     42  - Also might need a method to handle optional PyPi dependencies like PyTorch that are too large to ship with distribution.
     43  - Tom suggests we address this once we have an actual use case.
     44  - For ChimeraX PyPi library the users (developers) can just get an import error and deduce that they need to install an optional PyPi package.
     45
    2446
    2547--------------------------