Mamba is recommended as the dependencies required by OpenFold are quite large and mamba can speed up the process.
```bash
- Activate the environment, e.g `conda activate openfold_env`
source scripts/activate_conda_env.sh
1. Run `scripts/install_third_party_dependencies.sh` to configure kernels and folding resources.
```
To deactivate it, run:
```bash
source scripts/deactivate_conda_env.sh
```
With the environment active, compile OpenFold's CUDA kernels with
```bash
python3 setup.py install
```
To installthe HH-suite to `/usr/bin`, run
For some systems, it may help to append the Conda environment library path to `$LD_LIBRARY_PATH`. The `install_third_party_dependencies.sh` script does this once, but you may need this for each bash instance.