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. Oct 21, 2024
  4. Oct 18, 2024
  5. Sep 06, 2024
  6. Aug 27, 2024
  7. Aug 21, 2024
  8. Aug 06, 2024
  9. Jul 29, 2024
  10. Jul 19, 2024
  11. Jul 18, 2024
  12. Jul 12, 2024
  13. Jul 11, 2024
  14. Jun 26, 2024
  15. 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
  16. Jun 18, 2024
  17. Jun 11, 2024
  18. May 08, 2024
  19. Apr 24, 2024
  20. Mar 20, 2024
  21. Feb 16, 2024
  22. Feb 05, 2024
  23. Feb 02, 2024
  24. Feb 01, 2024
  25. Dec 08, 2023
  26. Nov 22, 2023
  27. Sep 20, 2023
Loading