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
5e2c3058
Commit
5e2c3058
authored
Aug 12, 2022
by
Tim O'Donnell
Browse files
Add --no-check-certificate to wget download (git.scicore.unibas.ch domain)
Also drop the wget -q flag so errors are apparent
parent
6a3e9819
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 @
5e2c3058
...
...
@@ -27,7 +27,7 @@ pushd lib/conda/envs/$ENV_NAME/lib/python3.7/site-packages/ \
&&
popd
# Download folding resources
wget
-
q
-P
openfold/resources
\
wget
-
-no-check-certificate
-P
openfold/resources
\
https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt
# Certain tests need access to this file
...
...
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