Skip to content

Commit 99d7e1b

Browse files
committed
0.5.9
1 parent fe1a0fd commit 99d7e1b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,3 +458,26 @@ docker run -v .:/data --gpus all -it af3
458458
}
459459
```
460460

461+
```bibtex
462+
@ARTICLE{Heinzinger2023.07.23.550085,
463+
author = {Michael Heinzinger and Konstantin Weissenow and Joaquin Gomez Sanchez and Adrian Henkel and Martin Steinegger and Burkhard Rost},
464+
title = {ProstT5: Bilingual Language Model for Protein Sequence and Structure},
465+
year = {2023},
466+
doi = {10.1101/2023.07.23.550085},
467+
journal = {bioRxiv}
468+
}
469+
```
470+
471+
```bibtex
472+
@article {Lin2022.07.20.500902,
473+
author = {Lin, Zeming and Akin, Halil and Rao, Roshan and Hie, Brian and Zhu, Zhongkai and Lu, Wenting and Santos Costa, Allan dos and Fazel-Zarandi, Maryam and Sercu, Tom and Candido, Sal and Rives, Alexander},
474+
title = {Language models of protein sequences at the scale of evolution enable accurate structure prediction},
475+
elocation-id = {2022.07.20.500902},
476+
year = {2022},
477+
doi = {10.1101/2022.07.20.500902},
478+
publisher = {Cold Spring Harbor Laboratory},
479+
URL = {https://www.biorxiv.org/content/early/2022/07/21/2022.07.20.500902},
480+
eprint = {https://www.biorxiv.org/content/early/2022/07/21/2022.07.20.500902.full.pdf},
481+
journal = {bioRxiv}
482+
}
483+
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.5.8"
3+
version = "0.5.9"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" },

0 commit comments

Comments
 (0)