Skip to content

genialis/resolwe-runtime-utils

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jul 20, 2021
Oct 1, 2022
Apr 9, 2019
Feb 7, 2020
Dec 10, 2015
Dec 10, 2015
Apr 9, 2019
Apr 9, 2019
Apr 9, 2019
May 3, 2021
Jan 5, 2023
Jun 9, 2016
Jul 20, 2021
Oct 1, 2022
Jun 3, 2021

Repository files navigation

Resolwe Runtime Utilities

Build Status Coverage Status Documentation Status Version on PyPI Supported Python versions

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

The import_file function requires 7z in path.

You can find more information in the documentation.

Getting started

Install Resolwe Runtime Utilities 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"

Contribute

We welcome new contributors. To learn more, read Contributing section of our documentation.

About

Runtime utilities for Resolwe dataflow engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages