Snakemake executor plugin: latch

https://img.shields.io/badge/repository-unknown-blue?color=%23022c22 https://img.shields.io/badge/author-Ayush%20Kamat-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’).

Installation

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

pip install snakemake-executor-plugin-latch

Usage

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

snakemake --executor latch ...

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