From 2d7c2f1d76dc266417a6006d649e825a9ddb18e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 29 Jul 2025 17:32:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f92c475..782140a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This package provides a stable interface for interactions between Snakemake and its executor plugins. Plugins should implement the following skeleton to comply with this interface. -It is recommended to use [Snakedeploy](https://snakedeploy.readthedocs.io) to set up the skeleton (and automated testing) within a python package, see https://snakedeploy.readthedocs.io/en/stable/snakemake_developers/scaffold_snakemake_plugins.html. +It is recommended to use [Snakedeploy to set up the skeleton](https://snakedeploy.readthedocs.io/en/stable/snakemake_developers/scaffold_snakemake_plugins.html) (and automated testing) within a python package. ```python from dataclasses import dataclass, field