From e28752308aaacd99f0b23df7263b18e4b377677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie=20Joss=C3=A9?= <84919248+Marie59@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:26:38 +0200 Subject: [PATCH] add stat to earth-system --- templates/galaxy/config/global_host_filters.py.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/galaxy/config/global_host_filters.py.j2 b/templates/galaxy/config/global_host_filters.py.j2 index 5cf656e74..86ecb8d60 100644 --- a/templates/galaxy/config/global_host_filters.py.j2 +++ b/templates/galaxy/config/global_host_filters.py.j2 @@ -143,7 +143,8 @@ DOMAIN_SECTIONS = { "earth-system-section-marineomics", "earth-system-section-interactivetools", "biodiversity_data_exploration", - "annotation" + "annotation", + "statistics" ], 'eirene': ['chemicaltoolbox','metabolomics','interactivetools'] }