Commit 81731171 authored by Augustin-Zidek's avatar Augustin-Zidek
Browse files

Update license of AlphaFold parameters.

parent be37a41d
...@@ -145,9 +145,8 @@ is only downloaded if you download the reduced databases. ...@@ -145,9 +145,8 @@ is only downloaded if you download the reduced databases.
### Model parameters ### Model parameters
While the AlphaFold code is licensed under the Apache 2.0 License, the AlphaFold While the AlphaFold code is licensed under the Apache 2.0 License, the AlphaFold
parameters are made available for non-commercial use only under the terms of the parameters are made available under the terms of the CC BY 4.0 license. Please
CC BY-NC 4.0 license. Please see the [Disclaimer](#license-and-disclaimer) below see the [Disclaimer](#license-and-disclaimer) below for more detail.
for more detail.
The AlphaFold parameters are available from The AlphaFold parameters are available from
https://storage.googleapis.com/alphafold/alphafold_params_2021-10-27.tar, and https://storage.googleapis.com/alphafold/alphafold_params_2021-10-27.tar, and
...@@ -639,10 +638,9 @@ specific language governing permissions and limitations under the License. ...@@ -639,10 +638,9 @@ specific language governing permissions and limitations under the License.
### Model Parameters License ### Model Parameters License
The AlphaFold parameters are made available for non-commercial use only, under The AlphaFold parameters are made available under the terms of the Creative
the terms of the Creative Commons Attribution-NonCommercial 4.0 International Commons Attribution 4.0 International (CC BY 4.0) license. You can find details
(CC BY-NC 4.0) license. You can find details at: at: https://creativecommons.org/licenses/by/4.0/legalcode
https://creativecommons.org/licenses/by-nc/4.0/legalcode
### Third-party software ### Third-party software
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"\n", "\n",
"**Licenses**\n", "**Licenses**\n",
"\n", "\n",
"This Colab uses the [AlphaFold model parameters](https://github.com/deepmind/alphafold/#model-parameters-license) and its outputs are thus for non-commercial use only, under the Creative Commons Attribution-NonCommercial 4.0 International ([CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/legalcode)) license. The Colab itself is provided under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). See the full license statement below.\n", "This Colab uses the [AlphaFold model parameters](https://github.com/deepmind/alphafold/#model-parameters-license) which are subject to the Creative Commons Attribution 4.0 International ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode)) license. The Colab itself is provided under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). See the full license statement below.\n",
"\n", "\n",
"**More information**\n", "**More information**\n",
"\n", "\n",
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
"\n", "\n",
"GIT_REPO = 'https://github.com/deepmind/alphafold'\n", "GIT_REPO = 'https://github.com/deepmind/alphafold'\n",
"\n", "\n",
"SOURCE_URL = 'https://storage.googleapis.com/alphafold/alphafold_params_colab_2021-10-27.tar'\n", "SOURCE_URL = 'https://storage.googleapis.com/alphafold/alphafold_params_colab_2022-01-19.tar'\n",
"PARAMS_DIR = './alphafold/data/params'\n", "PARAMS_DIR = './alphafold/data/params'\n",
"PARAMS_PATH = os.path.join(PARAMS_DIR, os.path.basename(SOURCE_URL))\n", "PARAMS_PATH = os.path.join(PARAMS_DIR, os.path.basename(SOURCE_URL))\n",
"\n", "\n",
...@@ -756,7 +756,7 @@ ...@@ -756,7 +756,7 @@
"\n", "\n",
"## Model Parameters License\n", "## Model Parameters License\n",
"\n", "\n",
"The AlphaFold parameters are made available for non-commercial use only, under the terms of the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. You can find details at: https://creativecommons.org/licenses/by-nc/4.0/legalcode\n", "The AlphaFold parameters are made available under the terms of the Creative Commons Attribution 4.0 International (CC BY 4.0) license. You can find details at: https://creativecommons.org/licenses/by/4.0/legalcode\n",
"\n", "\n",
"\n", "\n",
"## Third-party software\n", "## Third-party software\n",
......
...@@ -31,7 +31,7 @@ fi ...@@ -31,7 +31,7 @@ fi
DOWNLOAD_DIR="$1" DOWNLOAD_DIR="$1"
ROOT_DIR="${DOWNLOAD_DIR}/params" ROOT_DIR="${DOWNLOAD_DIR}/params"
SOURCE_URL="https://storage.googleapis.com/alphafold/alphafold_params_2021-10-27.tar" SOURCE_URL="https://storage.googleapis.com/alphafold/alphafold_params_2022-01-19.tar"
BASENAME=$(basename "${SOURCE_URL}") BASENAME=$(basename "${SOURCE_URL}")
mkdir --parents "${ROOT_DIR}" mkdir --parents "${ROOT_DIR}"
......
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