"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "831bc7253abba0ef866ca2e9ca84c776f46d3703"
Commit 5497655c authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix faulty symlink command in install script

parent d48c052c
...@@ -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 -rs 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
......
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