From f86f5cc26b64282a8ac26cb794f2a25a056b802e Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Sun, 19 Jul 2026 16:12:51 -0700 Subject: [PATCH] docs: add Zenodo DOI badge snakesee is now archived on Zenodo via the GitHub integration. Add a DOI badge using 10.5281/zenodo.21446438, the concept DOI covering all versions, which always resolves to the latest release. The archive covers the five most recent releases (0.6.2 through 0.9.0); earlier releases and the snakesee-logger sub-crate tags were intentionally not archived. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d4d9c23..62e453f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ [![PyPI version][pypi-badge]][pypi-link] [![PyPI downloads][pypi-downloads-badge]][pypi-link] [![Bioconda][bioconda-badge]][bioconda-link] +[![DOI][doi-badge]][doi-link] **A terminal UI for monitoring Snakemake workflows.** @@ -429,3 +430,5 @@ This codebase was written with the assistance of AI (Claude). All code has been [pypi-downloads-badge]: https://img.shields.io/pypi/dm/snakesee [bioconda-badge]: https://img.shields.io/conda/vn/bioconda/snakesee [bioconda-link]: https://anaconda.org/bioconda/snakesee +[doi-badge]: https://zenodo.org/badge/DOI/10.5281/zenodo.21446438.svg +[doi-link]: https://doi.org/10.5281/zenodo.21446438