Skip to content

Commit

Permalink
Fixing Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton committed Oct 15, 2024
1 parent 4e198f5 commit b7e015f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions AlphaFold2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@
"\n",
"print(\"jobname\",jobname)\n",
"print(\"sequence\",query_sequence)\n",
"print(\"length\",len(query_sequence.replace(\":\",\"\")))\n",
"\n"
"print(\"length\",len(query_sequence.replace(\":\",\"\")))"
],
"execution_count": null,
"outputs": []
Expand Down Expand Up @@ -157,8 +156,8 @@
"if USE_AMBER or USE_TEMPLATES:\n",
" if not os.path.isfile(\"CONDA_READY\"):\n",
" print(\"installing conda...\")\n",
" 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(\"wget -qnc https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh\")\n",
" os.system(\"bash Miniforge3-Linux-x86_64.sh -bfp /usr/local\")\n",
" os.system(\"mamba config --set auto_update_conda false\")\n",
" os.system(\"touch CONDA_READY\")\n",
"\n",
Expand Down Expand Up @@ -501,7 +500,7 @@
" <img src=\"{cov}\" class=\"half\" />\n",
" <img src=\"{plddt}\" class=\"half\" />\n",
"</div>\n",
"\"\"\"))\n"
"\"\"\"))"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit b7e015f

Please sign in to comment.