We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b220e commit 1648d23Copy full SHA for 1648d23
beta/omegafold.ipynb
@@ -62,7 +62,7 @@
62
" if not os.path.isdir(\"OmegaFold\"):\n",
63
" %shell git clone --branch beta --quiet https://github.com/sokrypton/OmegaFold.git\n",
64
" # %shell cd OmegaFold; pip -q install -r requirements.txt\n",
65
- " %shell pip -q install py3Dmol biopython\n",
+ " %shell pip -q install py3Dmol biopython==1.81\n",
66
" %shell apt-get install aria2 -qq > /dev/null\n",
67
" %shell aria2c -q -x 16 https://helixon.s3.amazonaws.com/release1.pt\n",
68
" %shell mkdir -p ~/.cache/omegafold_ckpt\n",
@@ -236,4 +236,4 @@
236
"outputs": []
237
}
238
]
239
-}
+}
0 commit comments