Releases: MurrellGroup/ProtPlot.jl
Releases · MurrellGroup/ProtPlot.jl
v0.4.0
ProtPlot v0.4.0
- Depend on Makie instead of GLMakie, and let the user import a backend. (See #23)
- Use recipes to create the
Ribbon
plot type, withribbon
andribbon!
functions that can take a vector of chains, a chain, or a path to a PDB file. ribbon
now makes a standard uninteractive 2D plot. Useribbon_scene
for a convenient and interactive scene with a ribbon, or add a ribbon to your own usingribbon!
.- Rework rendering of ribbons.
- More robust beta strand rendering.
- Only render helices and strands between the first and last alphacarbon.
- Extend coils to alphacarbons of other secondary structure elements, making sure the direction matches.
- Remove "Segments" type, and simply keep track of subchain ranges instead.
- Cleaner code.
- Use recipes to create the
Ramachandran
plot type.
Merged pull requests:
Closed issues:
- Use Makie recipes (#25)
v0.3.10
ProtPlot v0.3.10
- Bump GLMakie
- Add
camcontrols
keyword argument toribbon
function. See README.md for an example.
Merged pull requests:
v0.3.9
v0.3.8
ProtPlot v0.3.8
- Let keywords (like
linewidth_factor
) propagate through animate_attention. - Add ramachandran plot PDB file method
v0.3.7
ProtPlot v0.3.7
- Add Ramachandran plot (TODO: use Makie recipes to make it an actual plot)
- Add ability to show last residue rotation frame to
animate_attention
with theshow_rotation_frame
argument (false by default)
v0.3.6
ProtPlot v0.3.6
- Fix attention plot not clearing.
- Fix curve at end of a ribbon coil element.
v0.3.5
ProtPlot v0.3.5
- Fix compatibility with a breaking change that happened in AssigningSecondaryStructure v0.3.3
Merged pull requests:
- Update ss and oxygen stuff (#20) (@anton083)
v0.3.4
v0.3.3
ProtPlot v0.3.3
- animate_attention: Minor adjustments to defaults, and adding some options.
Merged pull requests:
v0.3.2
ProtPlot v0.3.2
- Add
animate_attention
function for animating the construction of proteins.