Commit 8cdec539 authored by Alex Bridgland's avatar Alex Bridgland Committed by Copybara-Service
Browse files

Add info for getting in touch via email to colab and readme.

PiperOrigin-RevId: 435031203
Change-Id: Ib3fdb9931219f3a139b324e751914a00f425fe2c
parent 918434f5
...@@ -26,6 +26,9 @@ for a detailed description of the method. ...@@ -26,6 +26,9 @@ for a detailed description of the method.
notebook](https://colab.research.google.com/github/deepmind/alphafold/blob/main/notebooks/AlphaFold.ipynb)** notebook](https://colab.research.google.com/github/deepmind/alphafold/blob/main/notebooks/AlphaFold.ipynb)**
or community-supported versions (see below). or community-supported versions (see below).
If you have any questions, please contact the AlphaFold team at
[alphafold@deepmind.com](mailto:alphafold@deepmind.com).
![CASP14 predictions](imgs/casp14_predictions.gif) ![CASP14 predictions](imgs/casp14_predictions.gif)
## First time setup ## First time setup
...@@ -201,7 +204,7 @@ change the following: ...@@ -201,7 +204,7 @@ change the following:
`alphafold/model/config.py`. `alphafold/model/config.py`.
* Setting the `data_dir` flag is now needed when using `run_docker.py`. * Setting the `data_dir` flag is now needed when using `run_docker.py`.
### API changes between v2.1.0 and v2.2.0 #### API changes between v2.1.0 and v2.2.0
The AlphaFold-Multimer model weights have been updated, these new models have The AlphaFold-Multimer model weights have been updated, these new models have
greatly reduced numbers of clashes on average and are slightly more accurate. greatly reduced numbers of clashes on average and are slightly more accurate.
...@@ -640,6 +643,15 @@ and packages: ...@@ -640,6 +643,15 @@ and packages:
We thank all their contributors and maintainers! We thank all their contributors and maintainers!
## Get in Touch
If you have any questions not covered in the FAQ, please contact the AlphaFold
team at [alphafold@deepmind.com](mailto:alphafold@deepmind.com).
We would love to hear your feedback and understand how AlphaFold has been
useful in your research. Share your stories with us at
[alphafold@deepmind.com](mailto:alphafold@deepmind.com).
## License and Disclaimer ## License and Disclaimer
This is not an officially supported Google product. This is not an officially supported Google product.
......
...@@ -34,7 +34,13 @@ ...@@ -34,7 +34,13 @@
"* [AlphaFold predictions of the human proteome paper](https://www.nature.com/articles/s41586-021-03828-1)\n", "* [AlphaFold predictions of the human proteome paper](https://www.nature.com/articles/s41586-021-03828-1)\n",
"* [AlphaFold-Multimer paper](https://www.biorxiv.org/content/10.1101/2021.10.04.463034v1)\n", "* [AlphaFold-Multimer paper](https://www.biorxiv.org/content/10.1101/2021.10.04.463034v1)\n",
"\n", "\n",
"FAQ on how to interpret AlphaFold predictions are [here](https://alphafold.ebi.ac.uk/faq)." "FAQ on how to interpret AlphaFold predictions are [here](https://alphafold.ebi.ac.uk/faq).\n",
"\n",
"If you have any questions not covered in the FAQ, please contact the AlphaFold team at alphafold@deepmind.com.\n",
"\n",
"**Get in touch**\n",
"\n",
"We would love to hear your feedback and understand how AlphaFold has been useful in your research. Share your stories with us at alphafold@deepmind.com.\n"
] ]
}, },
{ {
......
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