Snakemake executor plugin: latch
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.