From 20d10973abd49273578b8bef2f0580296e795933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Mon, 30 Sep 2024 10:11:23 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1200f0d..be0bfb2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ [![test coverage: 100%](https://img.shields.io/badge/test%20coverage-100%25-green)](https://github.com/yte-template-engine/yte/blob/main/pyproject.toml#L30) A plugin for poetry that adds Snakemake-specific functionality. -Currently it supports scaffolding the source code for new Snakemake [executor plugins](https://github.com/snakemake/snakemake-interface-executor-plugins) -and [storage plugins](https://github.com/snakemake/snakemake-interface-storage-plugins). +Currently it supports scaffolding the source code for new Snakemake [executor plugins](https://github.com/snakemake/snakemake-interface-executor-plugins), [storage plugins](https://github.com/snakemake/snakemake-interface-storage-plugins), and [report plugins](https://github.com/snakemake/snakemake-interface-report-plugins). This works as follows. ## Scaffolding an executor plugin @@ -74,4 +73,4 @@ poetry scaffold-snakemake-report-plugin # the resulting plugin into a github repository. The scaffold command also # creates github actions workflows that will immediately start to check and test # the plugin. -``` \ No newline at end of file +```