Commit e6852aee authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix notebook again

parent 892adf48
......@@ -467,6 +467,8 @@
" config_preset = f\"model_{i}\"\n",
" else:\n",
" config_preset = \"model_1\"\n",
" if(\"_ptm_\" in model_name):\n",
" config_preset += \"_ptm\"\n",
"\n",
" cfg = config.model_config(config_preset)\n",
" openfold_model = model.AlphaFold(cfg)\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment