Skip to content
Snippets Groups Projects
  1. Aug 20, 2024
  2. Aug 19, 2024
  3. 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
  4. Aug 08, 2024
  5. Aug 06, 2024
  6. Jul 29, 2024
  7. Jul 26, 2024
  8. Jul 24, 2024
  9. Jul 23, 2024
  10. Jul 22, 2024
  11. Jul 19, 2024
  12. Jul 18, 2024
Loading