You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API reference shows source files of Cython modules
Changes
The module name (__module__ attribute) of functions/classes are
changed to the name of the respective Biotite subpackage
(e.g. biotite.structure.atoms to biotite.structure)
Changed handling of PDB insertion codes:
Atoms with insertion codes are not filtered out
Removed insertion_code parameter in biotite.structure.io.xxx.get_structure()
New mandatory annotation category ins_code
Changed structure.filter_inscode_and_altloc() to structure.filter_altloc()
Fixes
The step parameter in the read() method of trajectory files does not
increase the stop frame
Negative residue IDs are handled correctly by structure file readers/writers
Fixed issues with indexing behavior in sequence.align.Alignment class
structure.remove_pbc() raises proper error message when box is missing
in the given atom array (stack)
sequence.align.align_multiple() raises proper error message, if
pairwise distance cannot be calculated due to great sequence dissimilarity
In sequence.io.genbank.get_annotation() qualifier keys without values
(e.g. /pseudo) are handled properly
Added pyproject.toml specifying build dependencies for setup.py