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
5497655c
Commit
5497655c
authored
Oct 15, 2021
by
Gustaf Ahdritz
Browse files
Fix faulty symlink command in install script
parent
d48c052c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/install_third_party_dependencies.sh
scripts/install_third_party_dependencies.sh
+1
-1
No files found.
scripts/install_third_party_dependencies.sh
View file @
5497655c
...
@@ -33,7 +33,7 @@ wget -q -P openfold/resources \
...
@@ -33,7 +33,7 @@ wget -q -P openfold/resources \
# Certain tests need access to this file
# Certain tests need access to this file
mkdir
-p
tests/test_data/alphafold/common
mkdir
-p
tests/test_data/alphafold/common
ln
-s
openfold/resources/stereo_chemical_props.txt tests/test_data/alphafold/common
ln
-
r
s
openfold/resources/stereo_chemical_props.txt tests/test_data/alphafold/common
# Download pretrained openfold weights
# Download pretrained openfold weights
scripts/download_alphafold_params.sh openfold/resources
scripts/download_alphafold_params.sh openfold/resources
...
...
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