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
57cb093e
"tools/cfgs/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "c1d93158891a044e00c7ff0d41873d89eea20fa9"
Commit
57cb093e
authored
Nov 12, 2021
by
Gustaf Ahdritz
Browse files
Update notebook
parent
ceb1f087
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
notebooks/OpenFold.ipynb
notebooks/OpenFold.ipynb
+5
-5
No files found.
notebooks/OpenFold.ipynb
View file @
57cb093e
...
...
@@ -143,7 +143,7 @@
" with tqdm.notebook.tqdm(total=100, bar_format=TQDM_BAR_FORMAT) as pbar:\n",
" with io.capture_output() as captured:\n",
" %shell rm -rf openfold\n",
" %shell git clone {GIT_REPO} openfold
&& cd openfold && git checkout 71189e && cd ..
\n",
" %shell git clone {GIT_REPO} openfold\n",
" pbar.update(8)\n",
" # Install the required versions of all dependencies.\n",
" %shell pip3 install -r ./openfold/requirements.txt\n",
...
...
@@ -251,10 +251,10 @@
"import torch\n",
"\n",
"from openfold import config\n",
"from openfold.
features
import feature_pipeline\n",
"from openfold.
features
import parsers\n",
"from openfold.
features.np
import data_pipeline\n",
"from openfold.
features.np
import jackhmmer\n",
"from openfold.
data
import feature_pipeline\n",
"from openfold.
data
import parsers\n",
"from openfold.
data
import data_pipeline\n",
"from openfold.
data.tools
import jackhmmer\n",
"from openfold.model import model\n",
"from openfold.np import protein\n",
"from openfold.np.relax import relax\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