Skip to content
Snippets Groups Projects
  1. Nov 14, 2023
  2. 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
  3. 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
  4. Oct 31, 2023
  5. Oct 24, 2023
  6. Oct 23, 2023
  7. Sep 22, 2023
  8. Sep 21, 2023
  9. Sep 20, 2023
  10. Sep 19, 2023
  11. Sep 11, 2023
  12. Sep 08, 2023
  13. Sep 06, 2023
  14. Sep 04, 2023
    • Xavier Robin's avatar
      fix: allow short count lines · 1645c2c9
      Xavier Robin authored
      The RCSB ModelServer SDF files contain counts line with only 33
      characters. Although invalid, they can be read by RDKit (which only
      requires 6 characters). This commit emmulates the behavior of RDKit.
      Unverified
      1645c2c9
  15. Aug 29, 2023
  16. Aug 28, 2023
  17. Aug 24, 2023
  18. Aug 23, 2023
  19. Aug 18, 2023
  20. Aug 17, 2023
    • Studer Gabriel's avatar
      refactor OMF · e3d26432
      Studer Gabriel authored
      - Use bond/angle parameter of PeptideBuilder
        (https://github.com/clauswilke/PeptideBuilder/)
        RMSDs get lower as compared to the previously used parameters
        that were extracted from Charmm36 IC data.
      - Introduce internal coordinates to reprent backbone positions.
        Problem with peptide chains is error propagation. An error
        introduced at one backbone dihedral propagates along the whole
        subsequent chain. We thus compress short fragments (tri-peptides)
        that are independent of each other.
      e3d26432
    • Xavier Robin's avatar
      test: add more tests for FindCompounds · 4dfb5216
      Xavier Robin authored
      Test behavior when no results and of invalid "by"
      Unverified
      4dfb5216
Loading