Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Jun 13, 2024
1 parent a41b924 commit 91a2285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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).
- a `3x3xL` array of residue backbone atom coordinates (N, Ca, C), or a vector of these for each chain.
- a PDB file path.

```julia
Expand Down

0 comments on commit 91a2285

Please sign in to comment.