Patrick Kunzmann

Results 143 comments of Patrick Kunzmann

If I am not wrong, the problem is not that these PDB files use other alternative atom naming, but the wrong residue names, i.e. they use the name `XYZ` for...

One could set `custom_bond_dict` in [`connect_via_residue_names()`](https://www.biotite-python.org/latest/apidoc/biotite.structure.connect_via_residue_names.html) and restrict them to amino acid and nucleotides. However, I did some further research and did not find a trustful source which other residues...

DSSP 4 is now available on Conda https://github.com/conda-forge/staged-recipes/pull/27330

Thanks for the discussion. For me both options, an explicit extra dependency in `build-system` or an implicit installation in an environment by `maturin` would work.

Good to know there is a special residue name for deuterated water. This can be added to `filter_solvent()` then.

> Do you plan to still accept Cython in new contributions in the long-term? Yes, at least for the foreseeable future. However, I think @JacobAnter and me were the only...

I think a dictionary mapping the chain ID to the secondary structure elements (SSE) would be good. I think the SSE should be an ndarray - either using letters like...

Thanks by the way for tackling this feature! I assigned the issue to you.

Hi, are you still planning to implement this feature? If not, this is also fine, but I would free the issue up again.