Snakemake plugin catalog

This catalog collects information about and documentation of all Snakemake plugins published on PyPI. Note that plugin support is available in Snakemake 8.0 and later.

Contributing

  • Improving PRs or issues with the plugin catalog (only the catalog not the plugins themselves) can be made here.

  • Improving PRs or issues with the plugins themselves can be made at the respective plugin repository (see the docs of each plugin here).

  • Resources for contributing to new plugin development include the snakemake-interface-executor-plugins and snakemake-interface-storage-plugins (along with the poetry-snakemake-plugin for automatically generating skeleton code) and referring to existing plugin repositories.

  • New plugins will be automatically found on PyPI (which implies that they have to be released to PyPI first) and added to this catalog. If you expect your plugin to appear here but do not see it, please check the nightly github action for errors with your plugin (will occur in the logs).