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
c401749f
Commit
c401749f
authored
Jun 23, 2022
by
Gustaf Ahdritz
Browse files
Fix git-lfs in Colab
parent
8057eb84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
notebooks/OpenFold.ipynb
notebooks/OpenFold.ipynb
+6
-1
No files found.
notebooks/OpenFold.ipynb
View file @
c401749f
...
...
@@ -4,7 +4,7 @@
"metadata": {
"accelerator": "GPU",
"colab": {
"name": "
Copy of
OpenFold.ipynb",
"name": "OpenFold.ipynb",
"provenance": [],
"collapsed_sections": []
},
...
...
@@ -111,6 +111,11 @@
" %shell wget -q -P /content \\\n",
" https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt\n",
" pbar.update(1)\n",
"\n",
" # Install git-lfs\n",
" %shell sudo apt-get install git-lfs\n",
" %shell git lfs install\n",
"\n",
"except subprocess.CalledProcessError as captured:\n",
" print(captured)\n",
" raise"
...
...
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