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