/dokan

An automated workflow for NNLOJET

Primary LanguagePythonMIT LicenseMIT

dokan (土管)

PyPI - Version PyPI - Python Version

 A pipeline for automating the NNLOJET workflow


Table of Contents

This is the implementation of an automated workflow for NNLOJET computations based on the luigi framework.

Installation

pip install -e .

Usage

Some example usage:

# help
pyton -m dokan --help
pyton -m dokan init --help
pyton -m dokan submit --help

# initialise a job
pyton -m dokan init example.run

# submit a job
python -m dokan submit example

License

dokan is distributed under the terms of the MIT license.