Skip to main content

Runtime utilities for Resolwe dataflow engine

Project description

Latest Docs

A project that provides convenience utilities for writing processes for the Resolwe dataflow engine.

You can find more information in the documentation.

Getting started

Install resolwe-runtime-utils from PyPI:

pip install resolwe-runtime-utils

Use them in your Python Resolwe process:

from resolwe_runtime_utils import info, save_file

info('Some info')
save_file('etc', 'foo.py')

Or use them in your Bash Resolwe process:

re-info "Some info"
re-save-file "etc" "foo.py"

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page