Releases: MurrellGroup/ProtPlot.jl
Releases · MurrellGroup/ProtPlot.jl
v0.3.1
v0.3.0
ProtPlot v0.3.0
- Update to Backboner.jl v0.8, which required moving some old functions over to ProtPlot.jl
- Make AssigningSecondaryStructure.jl a direct dependency
- Rename
pdb_to_protein
toreadpdb
- Add
ribbon(::String)
andribbon!(::String)
that reads the PDB file for you
v0.2.1
ProtPlot v0.2.1
v0.2.0
Release notes:
- Most render parameters can now be changed with keyword arguments in the
ribbon
andribbon!
functions. Examples:spline_quality
,strand_width
,strand_thickness
. See therender!(::Segment)
methods for more. - Fix
Strand
render issue, see #8. - Update to Backboner v0.3
- Chains now use the DSSP classification characters for secondary structures, see Protein Secondary Structure.
- Move
SecondaryStructure
type from Backboner to ProtPlot.
v0.1.0
Release notes:
- Add
ribbon!
function for adding a ribbon plot to a scene - Add
ribbon
function for creating a new interactive window with a ribbon plot