Snakemake logger plugin: rich

https://img.shields.io/badge/repository-unknown-blue?color=%23022c22 https://img.shields.io/badge/author-None-purple?color=%23064e3b PyPI - Version PyPI - License

Warning

No repository URL found in Pypi metadata. The plugin should specify a repository URL in its pyproject.toml (key ‘repository’). It is unclear whether the plugin is maintained and reviewed by the official Snakemake organization (https://github.com/snakemake).

Installation

Install this plugin by installing it with pip or mamba, e.g.:

pip install snakemake-logger-plugin-rich

Usage

In order to use the plugin, run Snakemake (>=9.0) with the corresponding value for the logger flag:

snakemake --logger rich ...

with ... being any additional arguments you want to use.