Releases: BioJulia/ProteinSecondaryStructures.jl
Releases · BioJulia/ProteinSecondaryStructures.jl
Release list
v2.0.3
v2.0.2
v2.0.2
v2.0.1
ProteinSecondaryStructures v2.0.1
- Some documentation improvements.
- Update m3g links to BioJulia links
Merged pull requests:
v2.0.0
ProteinSecondaryStructures v2.0.0
New features
- Support for mmCIF files when running DSSP.
Breaking changes:
This is major breaking change relative to the 1.X series, because the package now focuses on being a lightweight and simple tool to compute secondary structures from PDB and mmCIF files only.
- The integration with PDBTools.jl was removed, and will be part of the PDBTools.jl package.
- The functions to analyze the secondary structure along molecular simulations will be moved to the MolSimToolkit.jl package.
adjust_pdb(previouslyfix_header) defaults tofalsein all cases.kappa,alpha, andareafields were removed from theSSDatastructure.
v1.5.0
ProteinSecondaryStructures v1.5.0
New features:
- New
ss_name,ss_number, andss_codefunctions.
v1.4.0
ProteinSecondaryStructures v1.4.0
- replace
classbyss_name(non-breaking because currentlyclassis maintained for legacy).
v1.3.0
ProteinSecondaryStructures v1.3.0
New feature:
- Support
AbstractCharandAbstracStringinss_code_to_numberandss_number_to_code.
v1.2.0
ProteinSecondaryStructures v1.2.0
New feature:
- Exports the
ss_classesdictionary with the list of secondary structure classes.
v1.1.0
ProteinSecondaryStructures v1.1.0
New features:
- Added
ss_code_to_numberandss_number_to_codefunctions to convert from code to number and vice versa, which can be used by external tools for format conversions and plotting.