From 1b3bb70cd5113d651c63c7fa68b1095485bc0d7a Mon Sep 17 00:00:00 2001 From: codemeleon Date: Mon, 17 Jun 2024 17:27:57 +0100 Subject: [PATCH] correction --- templates/galaxy/config/global_host_filters.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/galaxy/config/global_host_filters.py.j2 b/templates/galaxy/config/global_host_filters.py.j2 index 4972466d8..ebbf494a1 100644 --- a/templates/galaxy/config/global_host_filters.py.j2 +++ b/templates/galaxy/config/global_host_filters.py.j2 @@ -144,7 +144,7 @@ DOMAIN_SECTIONS = { "earth-system-section-interactivetools", "biodiversity_data_exploration" ], - 'eirene': ['chemicaltoolbox','metabolomics','interactivetools'] + 'eirene': ['chemicaltoolbox','metabolomics','interactivetools'], 'riboseq': ['transcriptomics','rna_seq','ribo_seq','rna_analysis', 'gene_regulation','interactivetools'] }