Installation
ALDERAAN requires a complex set of dependencies in order to run. To create a conda environment capable of running the ALDERAAN pipeline, copy environment.yml from the alderaan github repository to your local machine:
curl -o ./environment.yml https://raw.githubusercontent.comefs/heads/develop/environment.yml
Then run:
conda env create -n <ENV_NAME> -f environment.yml
If <ENV_NAME> is not specified, the conda environment will be named “alderaan-env”
You can then activate your environment and safely pip install the package:
conda activate alderaan-env
then:
pip install alderaan