Skip to content
Snippets Groups Projects
  1. Dec 10, 2024
  2. Oct 21, 2024
  3. Oct 17, 2024
  4. Oct 15, 2024
  5. Oct 02, 2024
  6. Sep 17, 2024
  7. Sep 16, 2024
  8. Sep 13, 2024
  9. 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
  10. Sep 04, 2024
  11. Aug 27, 2024
  12. Aug 21, 2024
  13. Aug 20, 2024
  14. Aug 19, 2024
  15. Aug 09, 2024
    • Studer Gabriel's avatar
      chain mapping: reduce likelihood of grouping dissimilar sequences together · fe259ddf
      Studer Gabriel authored
      In principle one can have the following alignment:
      
      XXXXXXXXXXA--------
      ----------AYYYYYYYY
      
      It has a 100% sequence identity! The previously implemented logic of gap
      thresholds was also not very helpfil to filter out these cases as it
      operated on fraction of gaps between first and last aligned column in
      the alignment. That's 0.0 and thus perfect.
      
      This commit simplifies this logic and simply checks for a sequence identity
      threshold and a minimum number of aligned columns when grouping sequences
      together. This should make grouping these cases together very unlikely.
      fe259ddf
    • Studer Gabriel's avatar
      scoring: Log update · 4c30c576
      Studer Gabriel authored
      4c30c576
    • Studer Gabriel's avatar
      scoring: force peptide/nucleotide connectivity based on residue numbers · 79df8803
      Studer Gabriel authored
      If residue number alignments are enabled, one can assume that two
      consecutive residues in terms of residue numbers are connected.
      The conop Processor does not necessarily connect them if the bond
      is considered unfeasible. This gives inaccurate results in
      subsequent stereochemistry checks.
      This change forces these connections if and only if resnum_alignments
      are enabled
      79df8803
  16. Aug 08, 2024
  17. Aug 06, 2024
    • Studer Gabriel's avatar
      dockq: make results more similar to DockQ v2.2.1 · 580c818e
      Studer Gabriel authored
      lrmsd defines the longer chain as receptor and uses it for superposition.
      If both chains have the same length, the selection becomes random.
      This commit implements the same random selection as DockQ v2.2.1.
      This is no conceptual change of the score itself! It just makes the
      two implementations more similar.
      580c818e
  18. Jul 29, 2024
  19. Jul 26, 2024
  20. Jul 23, 2024
  21. Jul 22, 2024
    • Studer Gabriel's avatar
      Scoring: edge cases in Scorer.transform/Scorer.rigid_transform · f739c2e7
      Studer Gabriel authored
      Use full backbone atoms (N, CA, C for peptide residues, O5', C5', C4', C3',
      O3 for nucleotide residues) if number of mapped residues is below 3.
      This has a direct impact on RMSD. The behaviour before was a random value
      as the fallback transformation in these cases was an identity matrix.
      While RMSD is still computed on CA/C3' only, we now apply the transformation
      derived from all backbone atoms.
      f739c2e7
    • Studer Gabriel's avatar
      GDT: improve optimization and handle edge cases with low number of positions · e0bc7f7b
      Studer Gabriel authored
      Optimization has been improved by sampling several window sizes. The results
      come really close to LGA (avg diff of 0.16 GDT points when evaluation all
      CASP15 TS models).
      
      In the previous implementation, an error was thrown when number of positions
      was lower than the window size parameter. Now, the window size is just set
      to the number of positions in that case and the algorithm runs through.
      Special cases of only one or two positions are handled separately to produce
      sensible output.
      e0bc7f7b
  22. Jul 19, 2024
  23. Jul 15, 2024
  24. Jul 12, 2024
Loading