Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Jul 19, 2024
1 parent bf76009 commit fc27e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ProtPlot exports the Ribbon plot:
A ribbon plot is constructed from a `Vector{Backboner.Protein.Chain}`, which you can obtain from a PDB file using the exported `readpdb` function.
For convenience, argument conversion methods are defined, so you can also pass:
- a `3x3xL` array of residue backbone atom coordinates (N, Ca, C), or a vector of these for each chain.
- a `PDBEntry(pdb_id)`, which will download a temporary file, read it, delete it, and return a vector of chains.
- a PDB file path.

```julia
Expand Down

2 comments on commit fc27e80

@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:

  • Update to Backboner v0.11.
  • Add support for 3x3xL chain backbone array input, only using Backboner for reading PDB/mmCIF.
  • Add PDBEntry function for downloading a temporary PDB file that returns a vector of chains.

@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/111378

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.4 -m "<description of version>" fc27e802b191b5844a0d747f4f75f83580a10985
git push origin v0.4.4

Please sign in to comment.