desipipe is an attempt to provide a common framework for running DESI clustering analyses, handling files, submitting jobs, etc. within Python alone.
Example notebooks presenting most use cases are provided in directory nb/.
Documentation in construction on Read the Docs, desipipe docs. See in particular getting started.
Simply run:
python -m pip install git+https://github.com/cosmodesi/desipipe
First:
git clone https://github.com/cosmodesi/desipipe.git
To install the code:
python setup.py install --user
Or in development mode (any change to Python code will take place immediately):
python setup.py develop --user
despipe is free software distributed under a BSD3 license. For details see the LICENSE.
- Inspiration from parsl: https://github.com/Parsl/parsl
- Inspiration from qdo: https://bitbucket.org/berkeleylab/qdo
- Stephen Bailey, Julien Guy, Pat McDonald, Martin White for discussions