Skip to content

Commit

Permalink
Merge pull request #504 from aqlaboratory/revert-502-etowahadams/inst…
Browse files Browse the repository at this point in the history
…all-docs

Revert "docs: Add env var instructions to install guide  "
  • Loading branch information
ljarosch authored Nov 14, 2024
2 parents 8ece4f3 + 625ade9 commit e605ec8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ At this time, only Linux systems are supported.
- Activate the environment, e.g `conda activate openfold_env`
1. Run the setup script to configure kernels and folding resources.
> scripts/install_third_party_dependencies.sh`
1. Prepend the conda environment to the `$LD_LIBRARY_PATH` and `$LIBRARY_PATH`.
> export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
> export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH
- You may optionally set this as a conda environment variable according to the [conda docs](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#saving-environment-variables) to activate each time the environment is used.
1. Prepend the conda environment to the `$LD_LIBRARY_PATH`., e.g.
`export $LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH`. You may optionally set this as a conda environment variable according to the [conda docs](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#saving-environment-variables) to activate each time the environment is used.
1. Download parameters. We recommend using a destination as `openfold/resources` as our unittests will look for the weights there.
- For AlphaFold2 weights, use
> ./scripts/download_alphafold_params.sh <dest>
Expand Down

0 comments on commit e605ec8

Please sign in to comment.