-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b11be1a
commit 012409a
Showing
1 changed file
with
1 addition
and
1 deletion.
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
012409a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Residue
type with fields: index, backbone (the entire backbone of the parent chain), aa (amino acid), and ss (secondary structure).backbone_atom_coords
function to get the coordinates of the backbone atoms of a residue, represented by a 3x4 matrix.aavector
field toChain
.Chain
is now a subtype of AbstractVector{Residue}.add_oxygens
function no longer removes the last residue of aBackbone{3}
when creating theBackbone{4}
. Instead, it selects a random orientation for the oxygen atom of the last residue.SecondaryStructure
type.012409a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/95979
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: