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
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
Changed the output of assign_secondary_structure to be Vector{Vector{Char}} instead of Vector{Vector{Int}} to align with the standard DSSP classification codes.
Added a feature for turning strands shorter than 2 residues and helices shorter than 4 residues into coils/loops. See DSSP classification.
549ec56
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:
assign_secondary_structure
to beVector{Vector{Char}}
instead ofVector{Vector{Int}}
to align with the standard DSSP classification codes.549ec56
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/95977
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: