Skip to content

Commit 69ee34b

Browse files
authored
Try #4 at fixing biopython installation
1 parent 0aeb79c commit 69ee34b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

alphafold2/AlphaFoldPhenixGUI.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@
235235
" 'random_seed_iterations','minimum_random_seed_iterations']:\n",
236236
" params[p] = locals().get(p,None)\n",
237237
"\n",
238+
"print(\"\\nINSTALLING BIOPYTHON\")\n",
239+
"!pip install biopython dm-haiku==0.0.5 ml-collections py3Dmol\n",
238240
"print(\"\\nINSTALLING JAX 0.3.15\")\n",
239241
"!pip install jax==0.3.15\n",
240242
"!pip install jaxlib==0.3.15\n",
@@ -348,4 +350,4 @@
348350
]
349351
}
350352
]
351-
}
353+
}

0 commit comments

Comments
 (0)