From 75fb3c2230a97386646b3216ea7d638dcd0ca11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 11 Sep 2024 21:09:18 +0200 Subject: [PATCH] add qiime to trusted tools (#778) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8eb88a70..1c27eaa6 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ update_trusted: $(UPDATE_TRUSTED_IUC) ## Run the update script python3 scripts/update-tool.py goeckslab.yaml python3 scripts/update-tool.py eirene.yaml python3 scripts/update-tool.py lldelisle.yaml + python3 scripts/update-tool.py tools_q2d2.yaml update_all: $(UPDATED_YAMLS)