Skip to content

Commit

Permalink
Merge pull request #432 from vaclavhanzl/fix-colab-change-used-commit
Browse files Browse the repository at this point in the history
Fix Colab by using OF commit from pl_upgrades
  • Loading branch information
jnwei committed May 13, 2024
2 parents 9d88b8e + a3c1319 commit 3eef7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/OpenFold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -916,4 +916,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 3eef7ca

Please sign in to comment.