Skip to content
Snippets Groups Projects
  1. May 08, 2024
  2. Apr 29, 2024
  3. Apr 26, 2024
  4. Apr 24, 2024
  5. Apr 23, 2024
  6. Apr 22, 2024
  7. Apr 15, 2024
  8. Apr 12, 2024
  9. Apr 11, 2024
  10. Apr 10, 2024
    • Studer Gabriel's avatar
      branch link refactor · 381de494
      Studer Gabriel authored
      Make sure that the mmcif info object has all branch link info, also
      the ones connecting  atoms that are not resolved in the structure.
      In general, this commit avoids that there is explicit reference to the
      underlying structure in the info object, i.e. no actual AtomHandle objects
      are stored in there just the raw info from the mmcif file.
      
      Building the connectivity is delegated to MMCifReader.Parse
      381de494
    • Studer Gabriel's avatar
      refactor rigid scoring - introduce GDT implementation similar to LGA · 4ac2e408
      Studer Gabriel authored
      The Scorer object provides two mappings. The default mapping which is
      QS-score based and the rigid_mapping which is RMSD based.
      The rigid_mapping is now the basis for global superposition based
      scores such as RMSD and GDT. And here's the thing, OpenStructure got
      a brand new GDT implementation! Scanning of best possible superpositions
      is a bit simpler than in LGA but the results are similar.
      Benchmarking against CASP15 TS models returns GDT_TS score where 99.2%
      are within 3 GDT points with the LGA results and the maximum observed
      difference is 7.39. There is a tendency for slightly lower scores in
      OpenStructure meaning LGA sometimes found better superpositions.
      
      BUT: Oligo/RNA support comes for free in the Scorer object!
      4ac2e408
  11. Apr 09, 2024
  12. Apr 05, 2024
    • Studer Gabriel's avatar
      disable numpy support in C++ layer · 728ad1c9
      Studer Gabriel authored
      Numpy support in C++ enabled features at two points:
      Efficient way of setting positions in entity handles or setting meshes
      in gfx.PrimList.
      
      Support for newer numpy versions would've required an effort to implement.
      As far as I know, no one uses these features (fingers crossed) so let's just
      dump numpy alltogether to simplify the build system.
      728ad1c9
    • Xavier Robin's avatar
      Add logging output to the scoring · 0fd7f322
      Xavier Robin authored
      0fd7f322
  13. Apr 03, 2024
  14. Apr 02, 2024
  15. Mar 20, 2024
  16. Mar 15, 2024
Loading