Skip to content

Commit

Permalink
fixing biopython 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton committed Dec 22, 2023
1 parent b8d4895 commit 56c7204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beta/relax_amber.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"if not os.path.isfile(\"ALPHAFOLD_READY\"):\n",
" print(\"installing AlphaFold...\")\n",
" os.system(\"pip install alphafold-colabfold\")\n",
" os.system(\"pip install -q biopython==1.81\")\n",
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\")\n",
" os.system(\"touch ALPHAFOLD_READY\")\n",
"\n",
Expand Down

0 comments on commit 56c7204

Please sign in to comment.