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
5700d8ca
Commit
5700d8ca
authored
Apr 25, 2023
by
Vaclav Hanzl
Browse files
Fix notebook: Add new modelcif dependency
parent
b5fa2ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
notebooks/OpenFold.ipynb
notebooks/OpenFold.ipynb
+2
-1
No files found.
notebooks/OpenFold.ipynb
View file @
5700d8ca
...
@@ -130,7 +130,8 @@
...
@@ -130,7 +130,8 @@
" %shell pip install -q \\\n",
" %shell pip install -q \\\n",
" ml-collections==0.1.0 \\\n",
" ml-collections==0.1.0 \\\n",
" PyYAML==5.4.1 \\\n",
" PyYAML==5.4.1 \\\n",
" biopython==1.79\n",
" biopython==1.79 \\\n",
" modelcif==0.7\n",
"\n",
"\n",
" # Create a ramdisk to store a database chunk to make Jackhmmer run fast.\n",
" # Create a ramdisk to store a database chunk to make Jackhmmer run fast.\n",
" %shell sudo mkdir -m 777 --parents /tmp/ramdisk\n",
" %shell sudo mkdir -m 777 --parents /tmp/ramdisk\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