From 6e7fe9d9590232863726f2006e89add7a1bb2cc2 Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Tue, 23 Sep 2025 21:05:32 -0700 Subject: [PATCH] List plugin interface repos in README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d60d072..eb827ac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # snakemake-interface-common -Common functions and classes for Snakemake and its plugins. \ No newline at end of file +Common functions and classes for Snakemake and its plugins. + + +## Interfaces for specific plugin types + +- Storage: [snakemake-interface-storage-plugins](https://github.com/snakemake/snakemake-interface-storage-plugins) +- Logger: [snakemake-interface-logger-plugins](https://github.com/snakemake/snakemake-interface-logger-plugins) +- Executor: [snakemake-interface-executor-plugins](https://github.com/snakemake/snakemake-interface-executor-plugins) +- Scheduler: [snakemake-interface-scheduler-plugins](https://github.com/snakemake/snakemake-interface-scheduler-plugins) +- Report: [snakemake-interface-report-plugins](https://github.com/snakemake/snakemake-interface-report-plugins) +- Software deployment: [snakemake-interface-software-deployment-plugins](https://github.com/snakemake/snakemake-interface-software-deployment-plugins)