Skip to content
Snippets Groups Projects
  1. Oct 23, 2024
  2. Oct 02, 2024
  3. Oct 01, 2024
  4. Sep 17, 2024
  5. Sep 16, 2024
  6. Sep 13, 2024
  7. 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
  8. Sep 06, 2024
  9. Sep 04, 2024
  10. Aug 28, 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
  18. Jul 29, 2024
  19. Jul 26, 2024
  20. Jul 24, 2024
Loading