Optimus Analysis Framework
This is recommended for further development of the SPA library.
We provided a Conda environment file to set up the correct environment.
First, clone this repository. Then:
$ cd optimus-analysis-framework/
$ conda env create -f environment.yml
$ conda activate oafThis will install the OAF library in editable mode, so that changes in the repository will reflect in the installation.
Please refer to examples/ for recommended usage of the OAF library.