Skip to content
Snippets Groups Projects
  1. Jun 27, 2024
  2. May 31, 2024
  3. May 24, 2024
  4. May 23, 2024
  5. May 22, 2024
  6. May 21, 2024
  7. May 17, 2024
  8. May 08, 2024
  9. Apr 26, 2024
  10. Apr 24, 2024
  11. Apr 23, 2024
  12. Apr 22, 2024
  13. Mar 20, 2024
  14. Mar 15, 2024
  15. Mar 01, 2024
    • Xavier Robin's avatar
      fix: handle None lddt_pli · 2e340314
      Xavier Robin authored
      When radius > lddt_pli_radius, it can happen that the lDDT value for
      lDDT-PLI is undefined because there are no contacts, and is set to None
      by definition. We handle it by not assigning the ligand (for lddt_pli
      only) and add a new "unassigned" reason.
      Verified
      2e340314
  16. Feb 19, 2024
  17. Feb 01, 2024
    • Xavier Robin's avatar
      fix: extract ligands from IsLigand flag · b7de2d12
      Xavier Robin authored
      It turns out for some reason we were reading them from chains, based on
      the ChainType of the chain. This prevented extracting anything from
      legacy PDB files and didn't match the documented behavior in the action.
      
      Now extraction is based on the IsLigand flag only, and documentation is
      consistent throughout. Behavior on PDB files is tested.
      Unverified
      b7de2d12
  18. Jan 25, 2024
  19. Jan 23, 2024
  20. Jan 04, 2024
    • Xavier Robin's avatar
      feat: limit number of symmetries · 8e4c441c
      Xavier Robin authored
      Some ligands like YUT (in CAMEO 2023-12-30_00000023/8G9C) have a huge
      number of isomorphic mappings and cause CAMEO to run out of time in the
      scoring (and fail horribly). This allows to limit how much time is spent
      listing all the isomorphisms. 100000 (1e5) seems reasonable and ensures
      the scoring completes in minutes. Computing RMSD with SCRMSD is a bit
      faster and 1000000 (1e6) should be OK.
      
      New unassignment reasons are introduced as well.
      Unverified
      8e4c441c
  21. Dec 20, 2023
  22. Nov 22, 2023
  23. Sep 20, 2023
  24. Sep 19, 2023
  25. Aug 18, 2023
  26. Aug 11, 2023
  27. Jul 26, 2023
Loading