biotite icon indicating copy to clipboard operation
biotite copied to clipboard

A comprehensive library for computational molecular biology

Results 79 biotite issues
Sort by recently updated
recently updated
newest added

When parsing some small molecules as `.pdb` files, extra incorrect bonds are being found by biotite. See [this issue](https://github.com/BradyAJohnston/MolecularNodes/issues/548) for more details for Molecular Nodes. ![](https://private-user-images.githubusercontent.com/175439302/348358007-c244d14b-5324-4c94-8b92-cc2b25cf6be1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjQzMjA3ODksIm5iZiI6MTcyNDMyMDQ4OSwicGF0aCI6Ii8xNzU0MzkzMDIvMzQ4MzU4MDA3LWMyNDRkMTRiLTUzMjQtNGM5NC04YjkyLWNjMmIyNWNmNmJlMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwODIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDgyMlQwOTU0NDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03NGZkNmM0ZjgxMjJmMDMyNDZlYzRmY2U3OGE5MDkxYzdlMjE1NGFlNzhkM2I2ZWU1ZmRmMThmZWM0OTY0YzhiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.OUdKQyyOwKkceLRaRHiaF9tzdQFq14A7sPoGI73xPTk) I've had a poke...

bug

`numpydoc` now comes with a command line utility that validates docstrings: https://numpydoc.readthedocs.io/en/latest/validation.html This can be used by us to ensure correct docstrings. - Add CI step for `numpydoc validate` -...

enhancement
good first issue

Yasara Petworld model are written in a custom cif file, that put space in front of the catergories name. download models from http://download.yasara.org/petworld/index.html

Metal coordination within a molecule is currently recognized by Biotite as the the CCD describes it as single bond. However inter-residue metal coordinations are not recognized. For example, the heme...

As discussed in #607 `DsspApp` is not usable with more recent `mkdssp` version, limiting its usability. Hence, it should be compatible with version `3.0` (as currently) and later version. If...

bug
good first issue

Structural alphabets are a fusion of structure and sequence methods and can greatly benefit from the already implemented functionality in Biotite. In summary they tokenize each residue into some symbol...

This PR adds support for the *Protein Blocks* structural alphabet. Furthermore, it makes `dihedral_backbone()` more robust against missing backbone atoms, but it can only be used for a single protein...

This PR adds support for the CLePAPS structural alphabet (https://doi.org/10.1142/s0219720008003461). This PR is currently on hold as the obtained sequences do not fit the sequences from the reference implementation (taken...

Although the [Dynamic Request Throttling](https://pubchem.ncbi.nlm.nih.gov/docs/dynamic-request-throttling) is implemented in `biotite.database.pubchem`, it does not work properly, especially in the CI. Hence, the PubChem tests are relaxed in this PR: A `RequestError` due...