From 775b57e22660e6fbae51cf6f0357eee24ebd39e0 Mon Sep 17 00:00:00 2001 From: jnwei Date: Fri, 17 May 2024 09:49:48 +0200 Subject: [PATCH] Fix formatting in installation.md --- docs/source/Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/Installation.md b/docs/source/Installation.md index 69f05c03..9e34d5f2 100644 --- a/docs/source/Installation.md +++ b/docs/source/Installation.md @@ -20,9 +20,9 @@ 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` -3. 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. -4. Download parameters. We recommend using a destination as `openfold/resources` as our unittests will look for the weights there. +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 - For OpenFold weights, use :