Skip to content

Commit

Permalink
Fixed betasheet settings path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpacesa authored Oct 8, 2024
1 parent 8eb051d commit b8a20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/BindCraft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"if advanced_option == \"Default\":\n",
" advanced_settings_path = \"/content/bindcraft/settings_advanced/4stage_multimer.json\"\n",
"elif advanced_option == \"Beta-sheet\":\n",
" advanced_settings_path = \"/content/bindcraft/settings_advanced/4stage_multimer_beta.json\"\n",
" advanced_settings_path = \"/content/bindcraft/settings_advanced/4stage_multimer_betasheet.json\"\n",
"elif advanced_option == \"Peptide\":\n",
" advanced_settings_path = \"/content/bindcraft/settings_advanced/4stage_multimer_peptides.json\"\n",
"else:\n",
Expand Down

0 comments on commit b8a20a8

Please sign in to comment.