Unified interface for submitting jobs to various queueing systems.
To get the latest PyPI release use:
pip install jobqueues
Or if you want the latest github version:
pip install git+https://github.com/acellera/jobqueues
or clone the git and install manually with
git clone https://github.com/acellera/jobqueues
cd jobqueues
pip install .