Skip to content
Snippets Groups Projects
  1. Dec 19, 2024
  2. Dec 10, 2024
    • Studer Gabriel's avatar
      ligand scoring: refactoring of input processing · 5cfda76c
      Studer Gabriel authored
      Key differences:
       - LigandScorer does not automatically extract non-polymer ligands
         anymore, ligand extraction must happen externally
       - LigandScorer performs cleanup of receptor structure 1) removal of
         hydrogens 2) removal of residues for which there is no entry in
         the PDB component dictionary 3) removal of residues that are not
         peptide linking or nucleotide linking according to PDB component
         dictionary 4) removal of atoms that are not defined for the
         respective entry in the PDB component dictionary.
       - Cleanup is Logged and available as output
       - compare-ligand-structures action does not support automatic
         extraction of ligands from PDB structures anymore. This feature
         still works if structures are provided as mmCIF.
       - compare-ligand-structures action adds receptor structure cleanup
         logs and input parameter in json output to improve
         reproducibility of results.
      5cfda76c
  3. Nov 20, 2024
  4. Oct 21, 2024
  5. Oct 18, 2024
  6. Sep 16, 2024
  7. Sep 13, 2024
  8. Sep 10, 2024
    • Studer Gabriel's avatar
      ICS/IPS: Optionally compute on trimmed model · a1872fae
      Studer Gabriel authored
      That means: apply chain mapping and then remove all model residues
      for which there is no target counterpart. We therefore remove
      model contacts for which we simply have no experimental evidence.
      a1872fae
  9. Sep 06, 2024
  10. Sep 04, 2024
  11. Aug 28, 2024
  12. Aug 27, 2024
  13. Aug 21, 2024
  14. Aug 20, 2024
  15. Aug 06, 2024
  16. Jul 29, 2024
  17. Jul 19, 2024
  18. Jul 18, 2024
  19. Jul 12, 2024
  20. Jul 11, 2024
  21. Jul 01, 2024
  22. Jun 26, 2024
  23. Jun 25, 2024
    • Studer Gabriel's avatar
      chain mapping: Use lDDT for mappings involving nucleotides - introduces optimized bb lDDT · 014ebc2e
      Studer Gabriel authored
      QS-score which is used as default target function for chain mappings.
      However, thats protein specific. As soon as nucleotides are involved,
      lDDT with an increased inclusion radius of 30A is now used
      in ChainMapper.GetMapping.
      
      It was a bit embarassing that lDDT mappings were about an order of
      magnitude slower than QS-score mappings. A specialized backbone only
      lDDT has therefore been introduced that uses matrix operations.
      This is not a replacement of the lDDTScorer. But it doesnt need to
      produce per-residue scores and doesn't need to deal with symmetries
      etc.
      014ebc2e
  24. Jun 18, 2024
  25. Jun 12, 2024
  26. Jun 11, 2024
  27. May 08, 2024
  28. Apr 24, 2024
Loading