| | 22 | * Chimera Windows build |
| | 23 | - Build is now working after reverting cygwin gcc version. |
| | 24 | - But sqm is not working in the Windows Chimera because a fortran library was not copied to the build. |
| | 25 | - Eric added the missing library and will retest on Thursday. |
| | 26 | |
| | 27 | * Networking problem with Elaine's new iMac |
| | 28 | - Not able to copy the daily build to Elaine's new iMac chopin. |
| | 29 | - That new machine has no ethernet jack so a dongle is used. |
| | 30 | - Problem was related to network access control and that there was a switch under the desk. |
| | 31 | - Removing the switch fixed it. |
| | 32 | |
| | 33 | * RCSB dropping mmtf format |
| | 34 | - RCSB is dropping the mmtf format which we read. |
| | 35 | - They recommend using binary mmCIF which we do not read. |
| | 36 | - Greg may be interested in reading binary mmCIF in the future. |
| | 37 | |
| | 38 | * mmCIF missing atom type field |
| | 39 | - Greg got bug report of mmCIF failing to read because atom table element type field missing. |
| | 40 | - That field is mandatory in mmCIF. |
| | 41 | - Eric says PDB reader has many convoluted rules to guess element type for PDB files that don't have it. |
| | 42 | - Decided it is not worth supporting mmCIF without element type unless more people complain. |
| | 43 | - Greg told user that the software writing the file should be fixed. |
| | 44 | |
| | 45 | * Labeling tiled models |
| | 46 | - Tom wanted labels below 30 tiled alphafold models. |
| | 47 | - Uses Python script to make 2D labels. |
| | 48 | - 2D labels are misaligned as soon as you zoom. |
| | 49 | - 3D labels can only be on atoms, or residues or bonds or pseudobonds, so won't work for maps (e.g. class averages that Oliver Clarke tiles). |
| | 50 | - One idea is to make label command able to label a model or maybe even just label a fixed scene coordinate. |
| | 51 | |
| | 52 | * Running AlphaFold without Google Colab |
| | 53 | - Tom looking for ways for users to run AlphaFold besides the limited Google Colab. |
| | 54 | - Needs Nvidia graphics and Linux. |
| | 55 | - For UCSF users, Wynton cannot run the 10x faster Colabfold because internet access to sequence server is blocked. |
| | 56 | - Tom Ferrin and Andrej Sali are seeing if Wynton can unblock some URLs. |
| | 57 | - Apple is trying to write a backend for XLA (accelerated linear algebra) to use Metal which might allow AlphaFold to run on Macs in the future. Not working in current version 0.0.5. |
| | 58 | |
| | 59 | * Speech input in ChimeraX for VR |
| | 60 | - Zach has tried Whisper from OpenAI that runs locally on user's machine, has python library. |
| | 61 | - Scooter also suggests comparing to a Google speech to text service that also has a python library. |
| | 62 | |
| | 63 | * Selina's medical image tumor segmentation in ChimeraX |
| | 64 | - Zach showed Selina how to get best rendering of images in ChimeraX. |
| | 65 | - Zach working on ChimeraX web service backend support to use qsub on Wynton to submit jobs and monitor when the finish. |
| | 66 | |
| | 67 | * Email to Trac |
| | 68 | - Greg and Eric working to fix trac database. |
| | 69 | - Eric had to hand resubmit 20 bug reports arriving over the weekend because trac was down. |
| | 70 | - Greg rebuilt database, also needed to clean up temporary table listing pending ticket number. |
| | 71 | - Greg says there is a README file in /usr/local/share/Trac on plato describing how to fix Trac. |
| | 72 | - Requires root to rebuild Trac. |
| | 73 | - Greg suggested making a script to do it so any of us could sudo to restore database. |
| | 74 | |
| | 75 | * Combine chains |
| | 76 | - Eric improving combine command to merge two chains with same id into a single chain. |
| | 77 | - Currently it only is able to make two chains. |
| | 78 | - Still working with fixing up the merged chain sequence information. |
| | 79 | |
| | 80 | * SPICE database idatm types |
| | 81 | - Eric working on getting idatm types for SPICE database molecules. |
| | 82 | - SPICE molecules are in hdf and need custom code to read into ChimeraX. |
| | 83 | - Main problems now are idatm types that disagree with protonation state of database molecules. |
| | 84 | |
| | 85 | * Email DKIM support |
| | 86 | - Greg plans on making plato outgoing email sign with DKIM. |
| | 87 | - This prevents sending plato email from unauthorized servers. |