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 \
# Certain tests need access to this file
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
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