Go to file
Jennifer Wei e938c184a2
Merge pull request #534 from aqlaboratory/pl_upgrades
Update openfold to use pytorch 2 and other updated dependencies
2025-04-26 08:31:36 +07:00
.github small fix to docker-image ci workflow 2024-05-13 15:39:40 +07:00
docs fix inference documentation 2025-04-25 21:50:42 +00:00
examples/monomer Adds example directory 2024-05-13 05:14:54 +00:00
experiments Add LICENSE information to decoy ranking script 2024-03-26 16:16:04 -04:00
imgs Update banner 2022-06-21 00:16:40 -04:00
notebooks add Open In Colab banner to notebook. 2025-04-25 20:07:32 -05:00
openfold Update amber_minimize.py 2025-04-26 05:06:20 +07:00
scripts Merge branch 'main' into pl_upgrades 2025-04-23 20:18:29 +00:00
tests Add link to issue for deepspeed_evo_attention test. 2025-04-25 20:31:38 +00:00
.gitignore adds cutlass directory to .gitignore 2024-02-07 01:04:12 -05:00
.readthedocs.yaml fix typo in readthedocs.yaml 2024-05-13 05:13:00 +00:00
CITATION.cff Remove duplicate author from .cff 2022-11-22 19:30:10 -05:00
Dockerfile Reset miniforge version to 23.3.1-1 2024-05-06 08:33:15 +00:00
LICENSE update license file 2024-05-02 02:36:12 -04:00
README.md Update documentation. 2024-07-18 03:01:49 +02:00
deepspeed_config.json Convert back to AF2 scheduler/optimizer in deepspeed config 2023-09-08 11:21:22 -04:00
environment.yml Allow numpy>2 and support compute capability >9 2025-04-24 22:25:20 +00:00
run_pretrained_openfold.py Merge pull request #470 from rkosai/main 2024-07-18 15:29:51 +07:00
setup.py update version number. 2025-04-25 21:59:55 +00:00
thread_sequence.py WIP towards writing relaxed structure as modelcif 2023-03-06 15:48:23 -08:00
train_openfold.py Merge remote-tracking branch 'refs/remotes/jnwei/pl_upgrades' into pl_upgrades 2024-05-06 08:42:37 +00:00

README.md

header Figure: Comparison of OpenFold and AlphaFold2 predictions to the experimental structure of PDB 7KDX, chain B.

OpenFold

A faithful but trainable PyTorch reproduction of DeepMind's AlphaFold 2.

Documentation

See our new home for docs at openfold.readthedocs.io, with instructions for installation and model inference/training.

Much of the content from this page may be found here.

While AlphaFold's and, by extension, OpenFold's source code is licensed under the permissive Apache Licence, Version 2.0, DeepMind's pretrained parameters fall under the CC BY 4.0 license, a copy of which is downloaded to openfold/resources/params by the installation script. Note that the latter replaces the original, more restrictive CC BY-NC 4.0 license as of January 2022.

Contributing

If you encounter problems using OpenFold, feel free to create an issue! We also welcome pull requests from the community.

Citing this Work

Please cite our paper:

@article {Ahdritz2022.11.20.517210,
	author = {Ahdritz, Gustaf and Bouatta, Nazim and Floristean, Christina and Kadyan, Sachin and Xia, Qinghui and Gerecke, William and O{\textquoteright}Donnell, Timothy J and Berenberg, Daniel and Fisk, Ian and Zanichelli, Niccolò and Zhang, Bo and Nowaczynski, Arkadiusz and Wang, Bei and Stepniewska-Dziubinska, Marta M and Zhang, Shang and Ojewole, Adegoke and Guney, Murat Efe and Biderman, Stella and Watkins, Andrew M and Ra, Stephen and Lorenzo, Pablo Ribalta and Nivon, Lucas and Weitzner, Brian and Ban, Yih-En Andrew and Sorger, Peter K and Mostaque, Emad and Zhang, Zhao and Bonneau, Richard and AlQuraishi, Mohammed},
	title = {{O}pen{F}old: {R}etraining {A}lpha{F}old2 yields new insights into its learning mechanisms and capacity for generalization},
	elocation-id = {2022.11.20.517210},
	year = {2022},
	doi = {10.1101/2022.11.20.517210},
	publisher = {Cold Spring Harbor Laboratory},
	URL = {https://www.biorxiv.org/content/10.1101/2022.11.20.517210},
	eprint = {https://www.biorxiv.org/content/early/2022/11/22/2022.11.20.517210.full.pdf},
	journal = {bioRxiv}
}

If you use OpenProteinSet, please also cite:

@misc{ahdritz2023openproteinset,
      title={{O}pen{P}rotein{S}et: {T}raining data for structural biology at scale}, 
      author={Gustaf Ahdritz and Nazim Bouatta and Sachin Kadyan and Lukas Jarosch and Daniel Berenberg and Ian Fisk and Andrew M. Watkins and Stephen Ra and Richard Bonneau and Mohammed AlQuraishi},
      year={2023},
      eprint={2308.05326},
      archivePrefix={arXiv},
      primaryClass={q-bio.BM}
}

Any work that cites OpenFold should also cite AlphaFold and AlphaFold-Multimer if applicable.