Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
  2. May 31, 2024
  3. May 28, 2024
  4. May 22, 2024
  5. May 21, 2024
  6. May 16, 2024
  7. May 13, 2024
  8. Apr 30, 2024
  9. Apr 29, 2024
  10. Apr 26, 2024
  11. Apr 24, 2024
  12. Apr 23, 2024
  13. Apr 22, 2024
  14. Apr 15, 2024
  15. Apr 12, 2024
  16. Apr 11, 2024
  17. 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
  18. Apr 09, 2024
Loading