Skip to content

Commit

Permalink
Merge pull request #3 from MurrellGroup/murrellb-acks
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AntonOresten authored Mar 17, 2024
2 parents 332a284 + 7cec153 commit a60bf77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ Sampling returns a `Samples` instance with the following fields:
- `score::Vector{Float64}`
- `logits::Array{Float32, 3}`
- `decoding_order::Array{Int32, 3}`
- `S::Array{Float32, 3}`
- `S::Array{Float32, 3}`

## Acknowledgements
This is a thin Julia wrapper of a [JAX port](https://github.com/sokrypton/ColabDesign/tree/main/mpnn) (by [Sergey Ovchinnikov](https://github.com/sokrypton) and others) of [ProteinMPNN](https://github.com/dauparas/ProteinMPNN) (by [Justas Dauparas](https://github.com/dauparas) and others).

0 comments on commit a60bf77

Please sign in to comment.