Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
b95099bb
Commit
b95099bb
authored
Apr 25, 2023
by
Vaclav Hanzl
Browse files
Fix notebook: Colab now has python 3.9, bump it in our tricks
parent
5700d8ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
notebooks/OpenFold.ipynb
notebooks/OpenFold.ipynb
+4
-4
No files found.
notebooks/OpenFold.ipynb
View file @
b95099bb
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
" %shell conda install -y -q -c conda-forge -c bioconda \\\n",
" %shell conda install -y -q -c conda-forge -c bioconda \\\n",
" kalign2=2.04 \\\n",
" kalign2=2.04 \\\n",
" hhsuite=3.3.0 \\\n",
" hhsuite=3.3.0 \\\n",
" python=3.
8
\\\n",
" python=3.
9
\\\n",
" 2>&1 1>/dev/null\n",
" 2>&1 1>/dev/null\n",
" %shell pip install -q \\\n",
" %shell pip install -q \\\n",
" ml-collections==0.1.0 \\\n",
" ml-collections==0.1.0 \\\n",
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
"\n",
"\n",
" %shell conda install -y -q -c conda-forge openmm=7.5.1\n",
" %shell conda install -y -q -c conda-forge openmm=7.5.1\n",
" # Apply OpenMM patch.\n",
" # Apply OpenMM patch.\n",
" %shell pushd /opt/conda/lib/python3.
8
/site-packages/ && \\\n",
" %shell pushd /opt/conda/lib/python3.
9
/site-packages/ && \\\n",
" patch -p0 < /content/openfold/lib/openmm.patch && \\\n",
" patch -p0 < /content/openfold/lib/openmm.patch && \\\n",
" popd\n",
" popd\n",
" %shell conda install -y -q -c conda-forge pdbfixer=1.7\n",
" %shell conda install -y -q -c conda-forge pdbfixer=1.7\n",
...
@@ -221,8 +221,8 @@
...
@@ -221,8 +221,8 @@
"import unittest.mock\n",
"import unittest.mock\n",
"import sys\n",
"import sys\n",
"\n",
"\n",
"sys.path.insert(0, '/usr/local/lib/python3.
8
/site-packages/')\n",
"sys.path.insert(0, '/usr/local/lib/python3.
9
/site-packages/')\n",
"sys.path.append('/opt/conda/lib/python3.
8
/site-packages')\n",
"sys.path.append('/opt/conda/lib/python3.
9
/site-packages')\n",
"\n",
"\n",
"# Allows us to skip installing these packages\n",
"# Allows us to skip installing these packages\n",
"unnecessary_modules = [\n",
"unnecessary_modules = [\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment