Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor DSSPApp and annotate_sse() #448

Merged
merged 10 commits into from Dec 9, 2022

Conversation

padix-key
Copy link
Member

Fixes #444.

Changes in application.DSSPApp:

  • Fix DSSP app for missing residues and chain boundaries

Changes in structure.annotate_sse():

  • Higher performance due to more vectorization
  • Multiple chains can be annotated using a single function call
  • chain_id parameter is deprecated
  • Non-peptide residues obtain '' as SSE.

Changes in structure.CellList:

  • get_atoms() and get_atoms_in_cells() accept empty query coordinates

@padix-key padix-key merged commit c6d7478 into biotite-dev:master Dec 9, 2022
@padix-key padix-key deleted the issue-444 branch March 14, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

annotate_sse() only works for single chains
1 participant