Skip to content
Snippets Groups Projects
  1. Jan 08, 2024
  2. Nov 14, 2023
  3. Nov 09, 2023
    • Studer Gabriel's avatar
      Scoring: Use consistent definition of n_max_naive parameter · d998981b
      Studer Gabriel authored
      There are two use cases for this parameter: 1) decide whether a chain
      mapping problem is actually solvable by naive enumeration and crash out if not
      2) As a decision whether one should use naive enumeration or a heuristic
      approach for chain mapping.
      
      For the latter, n_max_naive meant the number of chains in the underlying
      structure. Now its number of possible mappings for both cases.
      d998981b
  4. Nov 08, 2023
    • Studer Gabriel's avatar
      Scoring: several tweaks to simplify processing by the SWISS-MODEL web interface · a09bc32b
      Studer Gabriel authored
      - Make original structures available as attribute in mol.alg.Scorer object.
        Thats the actual input structures without Molck etc.
      - Ensure unique interface definitions by lexicographically sorting the respective
        chain name lists
      - Optionally dump additional alignment information in the compare-structures action.
        Explicitely dump residue numbers etc. of the aligned residues.
      a09bc32b
  5. Oct 31, 2023
  6. Oct 24, 2023
  7. Oct 23, 2023
  8. Aug 28, 2023
  9. Aug 23, 2023
  10. May 31, 2023
  11. May 26, 2023
    • Studer Gabriel's avatar
      Improve error handling in compare-structures · a3fa5e4a
      Studer Gabriel authored
      CAD score computation requires residue numbers in model and reference
      to match. This raises an error in the Scorer object otherwise.
      Catch this early on and raise an error specific to compare-structures
      action with instructions on how to get rid of it.
      a3fa5e4a
    • Studer Gabriel's avatar
      introduce uniquely identifiable residue/atom names · a4e9d9a7
      Studer Gabriel authored
      Mainly for reporting in the compare-structures action
      residues are reported as strings in format:
      <cname>.<rnum>.<ins_code>, atoms are reported as
      <cname>.<rnum>.<ins_code>.<aname>. This changes behaviour of
      compare-structures and ost.mol.alg.stereochemistry
      (ToJSON functions of violation info objects for the latter).
      a4e9d9a7
  12. May 25, 2023
  13. May 24, 2023
  14. May 11, 2023
  15. Mar 10, 2023
  16. Mar 09, 2023
  17. Mar 06, 2023
  18. Mar 02, 2023
  19. Apr 19, 2022
    • Studer Gabriel's avatar
      refactor Oligo lDDT scoring - BEHAVIOUR CHANGES · 96805edc
      Studer Gabriel authored
      before: Scoring was only affected by mapped chains. Penalties for additional
      chains in reference/model could be added by enabling "penalize_extra_chains"
      flag.
      now: Non-mapped chains from the reference penalize the lDDT score. Penalties
      for additional chains in model can be added by enabling "penalize_extra_chains"
      flag.
      96805edc
  20. Oct 26, 2021
  21. Feb 26, 2020
  22. Dec 16, 2019
  23. Nov 15, 2019
  24. Aug 12, 2019
  25. Apr 09, 2019
  26. Nov 22, 2018
  27. Nov 09, 2018
  28. Oct 03, 2018
  29. Sep 24, 2018
  30. Aug 14, 2018
  31. Jul 18, 2018
  32. Jul 02, 2018
Loading