Merge pull request #432 from vaclavhanzl/fix-colab-change-used-commit

Fix Colab by using OF commit from pl_upgrades
This commit is contained in:
Jennifer Wei
2024-05-13 15:34:03 +07:00
committed by GitHub

View File

@@ -136,7 +136,7 @@
"\n",
" %shell mkdir -p /content/openfold/openfold/resources\n",
"\n",
" commit = \"e2e19f16676b1a409f9ba3a6f69b11ee7f5887c2\"\n",
" commit = \"3bec3e9b2d1e8bdb83887899102eff7d42dc2ba9\"\n",
" os.system(f\"pip install -q git+https://github.com/aqlaboratory/openfold.git@{commit}\")\n",
"\n",
" os.system(f\"cp -f -p /content/stereo_chemical_props.txt /usr/local/lib/python{python_version}/site-packages/openfold/resources/\")\n",
@@ -916,4 +916,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}