-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes and speedups for chi1_selection/chi1_selections
* Fixes #4108 * recognize additional atom names (CG1 OG OG1 SG ) for chi1_selections() so that it works for amino acids CYS, ILE, SER, THR, VAL instead of returning None (Issue #4108) * performance improvement: make chi1_selection() faster using np functions instead of select_atoms() * add tests for new residues * update AUTHORS * update CHANGELOG
- Loading branch information
1 parent
bdb1352
commit fd978d2
Showing
4 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters