Skip to content

Commit

Permalink
Updates biopython version to 1.83 in colab notebook, which seems to w…
Browse files Browse the repository at this point in the history
…ork better
  • Loading branch information
jnwei committed May 13, 2024
1 parent ffc9b3f commit 97dae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/OpenFold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"os.system(\"wget -qnc https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh\")\n",
"os.system(\"bash Mambaforge-Linux-x86_64.sh -bfp /usr/local\")\n",
"os.system(\"mamba config --set auto_update_conda false\")\n",
"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.80\")\n",
"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",
"os.system(\"pip install -q torch ml_collections py3Dmol modelcif\")\n",
"\n",
"try:\n",
Expand Down

0 comments on commit 97dae6c

Please sign in to comment.