Skip to content
Snippets Groups Projects
  1. Nov 22, 2023
  2. Nov 16, 2023
  3. Nov 15, 2023
  4. Nov 14, 2023
  5. 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
  6. 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
  7. Oct 31, 2023
  8. Oct 24, 2023
  9. Oct 23, 2023
  10. Sep 22, 2023
  11. Sep 21, 2023
  12. Sep 20, 2023
  13. Sep 19, 2023
  14. Sep 11, 2023
  15. Sep 08, 2023
  16. Sep 06, 2023
  17. 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
  18. Aug 29, 2023
  19. Aug 28, 2023
    • Studer Gabriel's avatar
      599b6ff1
    • Studer Gabriel's avatar
      Construct BioUnits from assymetric unit and MMCifInfoBioUnit object · e565422e
      Studer Gabriel authored
      - Required data is extracted from MMCifInfoBioUnit object and fed into a
        custom BUInfo object
      - BUInfo object can be serialized into bytestring
      - Chain names in biounit have following naming scheme:
        <idx>.<asu_chain_name>. idx -> n-th copy of ASU chain with n
        starting from 1.
      - Properties are copied from whatever is stored in assymetric unit
      - Chain properties copied: ChainType (CHAINTYPE_POLY etc.)
      - Residue properties copied: OLC, sec struct, ChemClass (PEPTIDE_LINKING etc.),
        ChemType(AMINOACIDS etc.), IsProtein flag, IsLigand flag
      - Atom properties copied: name, element, occupancy, bfactor, ishetatm
      e565422e
    • Studer Gabriel's avatar
      typo · f08b0477
      Studer Gabriel authored
      f08b0477
Loading