19 | | * Web service status |
20 | | - Query URL rbvi.ucsf.edu/chimerax/status/AlphaFoldColabV1.html and if present then show the returned html as an error which can explain service is no longer available. |
21 | | - Discussed posting version of AlphaFold tool. Greg mentions this will give slower response. Also more complex. |
22 | | - Discussed having REST query to update url for a web service. Maybe too complex. |
23 | | |
24 | | * Session version numbers for bundle |
25 | | - atomiclib needs to use minSessionVersion, maxSessionVersion in bundle_info.html to specify if session can be read. |
26 | | - Need documentation of these bundle info values. |
27 | | |
28 | | * Git usage |
29 | | - Zach says master branch is not up to 1.2.5, should be. |
30 | | - Discussion of how we use git branches |
31 | | - Zach using maggot in emacs to simplify git use |
32 | | |
33 | | * Code style and linting |
34 | | - Greg talked about use flake8 for checking Python for common errors |
35 | | - Zach talked a about "language system" for scanning code to give function doc strings while coding, and check style and common errors. |
36 | | |