Commit 5700d8ca authored by Vaclav Hanzl's avatar Vaclav Hanzl
Browse files

Fix notebook: Add new modelcif dependency

parent b5fa2ba3
...@@ -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",
......
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