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)