Snakemake logger plugin: github-status

https://img.shields.io/badge/repository-github-blue?color=%23022c22 GitHub - Last commit https://img.shields.io/badge/author-Johannes%20Koester%20%3Cjohannes.koester%40uni--due.de%3E-purple?color=%23064e3b PyPI - Version PyPI - License

Installation

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

pip install snakemake-logger-plugin-github-status

Or, if you are using pixi, add the plugin to your pixi.toml. Be careful to put it under the right dependency type based on the plugin’s availability, e.g.:

snakemake-logger-plugin-github-status = "*"

Usage

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

snakemake --logger github-status ...

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