Skip to content
Snippets Groups Projects
  1. Nov 20, 2024
  2. Sep 16, 2024
  3. Sep 13, 2024
  4. 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
  5. Sep 04, 2024
  6. Aug 28, 2024
  7. Aug 27, 2024
  8. Aug 21, 2024
  9. Aug 20, 2024
  10. Aug 06, 2024
  11. Jul 19, 2024
  12. Jul 01, 2024
  13. Jun 12, 2024
  14. Jun 11, 2024
  15. Apr 15, 2024
  16. Apr 05, 2024
  17. Feb 16, 2024
  18. Feb 15, 2024
  19. Feb 05, 2024
  20. Feb 02, 2024
  21. Feb 01, 2024
  22. Jan 17, 2024
  23. Jan 11, 2024
    • Studer Gabriel's avatar
      scoring: min_pep_length/min_nuc_length in compare-structures action · 341783cc
      Studer Gabriel authored
      Minimum length for a chain in the target structure
      to be considered in chain mapping. The chain mapping algorithm first
      performs an all vs. all pairwise sequence alignment to identify
      "equal" chains within the target structure. We go for simple sequence
      identity there. Short sequences can be problematic as they may
      produce high sequence identity alignments by pure chance.
      
      BUT: if you're scoring peptides or short nucleotides, you
      really want to be able to reduce the default thresholds
      (pep: 10, nuc: 4)
      341783cc
  24. Jan 08, 2024
  25. Nov 14, 2023
  26. 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
  27. 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
  28. Oct 31, 2023
  29. Oct 24, 2023
  30. Oct 23, 2023
  31. Aug 28, 2023
  32. Aug 23, 2023
Loading