Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored May 19, 2024
1 parent 781dc5b commit 2ab1526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ ribbon_scene(chains, colors=colors, colormap=:hsv)

## Attributes
You may customize the geometry of the ribbon by specifying the value of attributes in the keyword arguments of your call. Here's a list of available attributes and their defaults:
- `secondary_structures = nothing` (gets assigned by an algorithm by default; needs to be a vector of `Vector{Char}`)
- `colors = nothing` (gets assigned `range(0, 1, L)` for each chain by default, mapping to `colormap`; overrides colormap if colorants are given)
- `colormap = :jet` (see the [ColorSchemes.jl catalogue](https://juliagraphics.github.io/ColorSchemes.jl/stable/catalogue/); can also be a vector of colorants)

- `coil_diameter = 0.4`
- `coil_spline_quality = 20`
- `coil_slice_quality = 20`
Expand Down

2 comments on commit 2ab1526

@AntonOresten
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

@JuliaRegistrator
Copy link

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/107189

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:

git tag -a v0.4.2 -m "<description of version>" 2ab15261a59174503125a389b5463d32b841fc6b
git push origin v0.4.2

Please sign in to comment.