Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Jul 19, 2024
2 parents a808150 + fc27e80 commit 6b4bed7
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 6b4bed7

@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 updated: 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>" 6b4bed7036dffe178cdc03916af254eb3584df84
git push origin v0.4.4

Please sign in to comment.