Wrappers for various queueing systems in python


License
Other
Install
pip install jobqueues==0.3.9

Documentation

JobQueues

Unified interface for submitting jobs to various queueing systems.

Install

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 .