From ced0f60996ab19c22d17726d17ac2f5cd6ea3be4 Mon Sep 17 00:00:00 2001 From: Danilo Tatoni <36413174+danilotat@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:38:46 +0100 Subject: [PATCH] fix: snakemake version lower than 8.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1dbd3d..d602c7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ENEO -[![Snakemake](https://img.shields.io/badge/snakemake-≥6.1.0-brightgreen.svg)](https://snakemake.github.io) +[![Snakemake](https://img.shields.io/badge/snakemake-≤8.0.0-brightgreen.svg)](https://snakemake.github.io) [![Linting](https://github.com/ctglab/ENEO/actions/workflows/formatting.yml/badge.svg?branch=main)](https://github.com/ctglab/ENEO/actions/workflows/formatting.yml) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)