This package is not yet ready for production use, and the API is not stable.
I decided to publicly archive this repo and move the efforts towards https://github.com/adonath/snakemake-workflow-chandra instead.
The package is not yet released on PyPI, so you need to clone the repository and install it in development mode:
git clone https://github.com/adonath/gpxray.git
cd gpxray
Create a new conda environment
conda env create -f environment.yml
conda activate gpxray-dev
Install in development mode
python -m pip install -e .