Commit e94c97ec authored by Jennifer's avatar Jennifer
Browse files

Updates to setup.py and README

parent 790267e3
...@@ -595,4 +595,4 @@ If you use OpenProteinSet, please also cite: ...@@ -595,4 +595,4 @@ If you use OpenProteinSet, please also cite:
primaryClass={q-bio.BM} primaryClass={q-bio.BM}
} }
``` ```
Any work that cites OpenFold should also cite AlphaFold. Any work that cites OpenFold should also cite [AlphaFold](https://www.nature.com/articles/s41586-021-03819-2) and [AlphaFold-Multimer](https://www.biorxiv.org/content/10.1101/2021.10.04.463034v1) if applicable.
...@@ -113,10 +113,10 @@ else: ...@@ -113,10 +113,10 @@ else:
setup( setup(
name='openfold', name='openfold',
version='1.0.1', version='1.1.0',
description='A PyTorch reimplementation of DeepMind\'s AlphaFold 2', description='A PyTorch reimplementation of DeepMind\'s AlphaFold 2',
author='Gustaf Ahdritz & DeepMind', author='OpenFold Team',
author_email='gahdritz@gmail.com', author_email='jennifer.wei@omsf.io',
license='Apache License, Version 2.0', license='Apache License, Version 2.0',
url='https://github.com/aqlaboratory/openfold', url='https://github.com/aqlaboratory/openfold',
packages=find_packages(exclude=["tests", "scripts"]), packages=find_packages(exclude=["tests", "scripts"]),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment