Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
9a0c9e1c
Commit
9a0c9e1c
authored
Feb 04, 2022
by
Gustaf Ahdritz
Browse files
Fix notebook
parent
7f86e7cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
notebooks/OpenFold.ipynb
notebooks/OpenFold.ipynb
+2
-2
No files found.
notebooks/OpenFold.ipynb
View file @
9a0c9e1c
...
@@ -477,8 +477,8 @@
...
@@ -477,8 +477,8 @@
" tolerance=2.39,\n",
" tolerance=2.39,\n",
" stiffness=10.0,\n",
" stiffness=10.0,\n",
" exclude_residues=[],\n",
" exclude_residues=[],\n",
" max_outer_iterations=20,\n"
" max_outer_iterations=20,\n"
,
" use_gpu=True,\n"
" use_gpu=True,\n"
,
" )\n",
" )\n",
" # Find the best model according to the mean pLDDT.\n",
" # Find the best model according to the mean pLDDT.\n",
" best_model_name = max(plddts.keys(), key=lambda x: plddts[x].mean())\n",
" best_model_name = max(plddts.keys(), key=lambda x: plddts[x].mean())\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment