Commit 5e2c3058 authored by Tim O'Donnell's avatar 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
...@@ -27,7 +27,7 @@ pushd lib/conda/envs/$ENV_NAME/lib/python3.7/site-packages/ \ ...@@ -27,7 +27,7 @@ pushd lib/conda/envs/$ENV_NAME/lib/python3.7/site-packages/ \
&& popd && popd
# Download folding resources # 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 https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt
# Certain tests need access to this file # Certain tests need access to this file
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment