|
1 | 1 | { |
2 | 2 | "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": { |
| 6 | + "id": "view-in-github", |
| 7 | + "colab_type": "text" |
| 8 | + }, |
| 9 | + "source": [ |
| 10 | + "<a href=\"https://colab.research.google.com/github/aqlaboratory/OpenFold/blob/main/notebooks/OpenFold.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" |
| 11 | + ] |
| 12 | + }, |
3 | 13 | { |
4 | 14 | "cell_type": "markdown", |
5 | 15 | "metadata": { |
|
107 | 117 | "\n", |
108 | 118 | "python_version = f\"{version_info.major}.{version_info.minor}\"\n", |
109 | 119 | "\n", |
110 | | - "\n", |
111 | | - "os.system(\"wget -qnc https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh\")\n", |
112 | | - "os.system(\"bash Mambaforge-Linux-x86_64.sh -bfp /usr/local\")\n", |
| 120 | + "os.system(\"wget -qnc https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh\")\n", |
| 121 | + "os.system(\"bash Miniforge3-Linux-x86_64.sh -bfp /usr/local\")\n", |
| 122 | + "os.environ[\"PATH\"] = \"/usr/local/bin:\" + os.environ[\"PATH\"]\n", |
113 | 123 | "os.system(\"mamba config --set auto_update_conda false\")\n", |
114 | | - "os.system(f\"mamba install -y -c conda-forge -c bioconda kalign2=2.04 hhsuite=3.3.0 openmm=7.7.0 python={python_version} pdbfixer biopython=1.83\")\n", |
| 124 | + "os.system(f\"mamba install -y -c conda-forge -c bioconda kalign2=2.04 hhsuite=3.3.0 openmm=8.2.0 python={python_version} pdbfixer biopython=1.83\")\n", |
115 | 125 | "os.system(\"pip install -q torch ml_collections py3Dmol modelcif\")\n", |
116 | 126 | "\n", |
117 | 127 | "try:\n", |
|
127 | 137 | "\n", |
128 | 138 | " %shell mkdir -p /content/openfold/openfold/resources\n", |
129 | 139 | "\n", |
130 | | - " commit = \"3bec3e9b2d1e8bdb83887899102eff7d42dc2ba9\"\n", |
| 140 | + " commit = \"1ffd197489aa5f35a5fbce1f00d7dd49bce1bd2f\"\n", |
131 | 141 | " os.system(f\"pip install -q git+https://github.com/aqlaboratory/openfold.git@{commit}\")\n", |
132 | 142 | "\n", |
133 | 143 | " os.system(f\"cp -f -p /content/stereo_chemical_props.txt /usr/local/lib/python{python_version}/site-packages/openfold/resources/\")\n", |
|
893 | 903 | "metadata": { |
894 | 904 | "colab": { |
895 | 905 | "provenance": [], |
896 | | - "gpuType": "T4", |
897 | | - "toc_visible": true |
| 906 | + "gpuType": "T4" |
898 | 907 | }, |
899 | 908 | "kernelspec": { |
900 | 909 | "display_name": "Python 3", |
|
0 commit comments