biotite
biotite copied to clipboard
A comprehensive library for computational molecular biology
Fixes issue #409 - Changed url from `uniprot` to `uniprotkb` - In `search()`, changed parameter `limit` to new `size` @padix-key can you have a look?
Would it be possible to implement the group_by function of the RCSB API in the search command? This would allow for retrieval of grouped PDB IDs based on Uniprot accession...
The *UniProt KB* has revamped its REST API, with a new URL and changed parameter names (https://www.uniprot.org/help/api). While fetching entries still works (for now), the doctests and tests involving `search()`...
On 7yxg, if we load the CIF file with `pdbx.get_structure(file, use_author_fields=False)` vs `pdbx.get_structure(file, use_author_fields=True)`, we get a different number of atoms. I believe this is because the author residue index...
Thanks for the help on the previous issue. Playing around with the assembly loading further, it seems to be very difficult to determine which symmetry a given atom belongs to....
Hi- I just discovered biotite and it looks like a great project - thanks! I need to query UniProt to get proteins for a given taxonomy and containing a certain...
When a `Tree` is created from a large number of sequences, the following error occurs: ``` src/biotite/sequence/phylo/tree.pyx:323: in biotite.sequence.phylo.tree.Tree.from_newick root, distance = TreeNode.from_newick(newick, labels) src/biotite/sequence/phylo/tree.pyx:921: in biotite.sequence.phylo.tree.TreeNode.from_newick child, dist =...
Not sure this is interesting to you.
Hi! This is a great package and I would definitely use it a lot. I have a question: is there any way to provide custom-height metric to sequence logos? Like...
The pdb specification allows pdb files with multiple different models. biotite can read these files, but there is no way to write them.