Skip to content

Commit

Permalink
fixing relax (openmm upgraded to 8.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton committed Jan 16, 2025
1 parent 09e31eb commit 406d4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlphaFold2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"\n",
"if USE_TEMPLATES and not os.path.isfile(\"HH_READY\") and USE_AMBER and not os.path.isfile(\"AMBER_READY\"):\n",
" print(\"installing hhsuite and amber...\")\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\")\n",
" os.system(f\"mamba install -y -c conda-forge -c bioconda kalign2=2.04 hhsuite=3.3.0 openmm=8.0.0 python='{PYTHON_VERSION}' pdbfixer\")\n",
" os.system(\"touch HH_READY\")\n",
" os.system(\"touch AMBER_READY\")\n",
"else:\n",
Expand All @@ -172,7 +172,7 @@
" os.system(\"touch HH_READY\")\n",
" if USE_AMBER and not os.path.isfile(\"AMBER_READY\"):\n",
" print(\"installing amber...\")\n",
" os.system(f\"mamba install -y -c conda-forge openmm=7.7.0 python='{PYTHON_VERSION}' pdbfixer\")\n",
" os.system(f\"mamba install -y -c conda-forge openmm=8.0.0 python='{PYTHON_VERSION}' pdbfixer\")\n",
" os.system(\"touch AMBER_READY\")"
],
"metadata": {
Expand Down

0 comments on commit 406d4c6

Please sign in to comment.