-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Description
The install script assumes that the environment is located within $CONDA_BASE, which is not necessarily true. For example on my institute's HPC, CONDA_BASE=$(conda info --base) is the location of the global shared conda module, whereas the BindCraft env is located in the user's home directory.
BindCraft/install_bindcraft.sh
Line 59 in 05702c4
| source ${CONDA_BASE}/bin/activate ${CONDA_BASE}/envs/BindCraft || { echo -e "Error: Failed to activate the BindCraft environment."; exit 1; } |
I found this to work fine for our use-case:
conda activate BindCraft || { echo -e "Error: Failed to activate the BindCraft environment."; exit 1; orbsmivetherealsunshine
Metadata
Metadata
Assignees
Labels
No labels