"examples/llm/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "f6d723f6e4fe68d71d5ac420569ffe863c1c836f"
Commit d77a8dab authored by Jennifer's avatar Jennifer
Browse files

Merge branch 'installation-updates' of...

Merge branch 'installation-updates' of https://github.com/aqlaboratory/openfold into installation-updates
parents fb34a0cb 705c2677
...@@ -18,3 +18,6 @@ ln -rs openfold/resources/stereo_chemical_props.txt tests/test_data/alphafold/co ...@@ -18,3 +18,6 @@ ln -rs openfold/resources/stereo_chemical_props.txt tests/test_data/alphafold/co
gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.pickle gunzip -c tests/test_data/sample_feats.pickle.gz > tests/test_data/sample_feats.pickle
python setup.py install python setup.py install
# Setup LD_LIBRARY_PATH to include conda directory:
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH`
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