Commit 3bfe6f99 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Update param license in notebook

parent 7f3a48ee
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
"\n", "\n",
"GIT_REPO = 'https://github.com/aqlaboratory/openfold'\n", "GIT_REPO = 'https://github.com/aqlaboratory/openfold'\n",
"\n", "\n",
"SOURCE_URL = 'https://storage.googleapis.com/alphafold/alphafold_params_2021-07-14.tar'\n", "SOURCE_URL = 'https://storage.googleapis.com/alphafold/alphafold_params_2022-01-19.tar'\n",
"PARAMS_DIR = './openfold/openfold/resources/params'\n", "PARAMS_DIR = './openfold/openfold/resources/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",
...@@ -682,7 +682,7 @@ ...@@ -682,7 +682,7 @@
"\n", "\n",
"## Model Parameters License\n", "## Model Parameters License\n",
"\n", "\n",
"DeepMind's 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", "DeepMind's 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",
......
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