From be671e7d30450d28a3e0852d07f025a0560fba20 Mon Sep 17 00:00:00 2001 From: "Robert A. Petit III" Date: Fri, 3 Oct 2025 12:51:06 -0600 Subject: [PATCH] add nf-bactopia --- plugins.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 437e5b3..5ffde7b 100644 --- a/plugins.json +++ b/plugins.json @@ -4318,5 +4318,17 @@ "requires": ">=24.11.0-edge" } ] + }, + { + "id": "nf-bactopia", + "releases": [ + { + "version": "1.0.0", + "url": "https://github.com/bactopia/nf-bactopia/releases/download/v1.0.0/nf-bactopia-1.0.0.zip", + "date": "2025-10-03T18:49:05+00:00", + "sha512sum": "dc6e3c7f6b6068cda1cb3aa3b98559e5a067de75ec4278d404a46ae562b096cce625fd987a2286d84611246c5ffec5b86373c5db0a0ad9c3de36a00601749c2e", + "requires": ">=25.04.0" + } + ] } -] \ No newline at end of file +]