From 066b3288be8cb7ca0d9dac71fe7108f316e2eb58 Mon Sep 17 00:00:00 2001 From: Wolfgang Maier Date: Fri, 9 Aug 2024 11:48:55 +0200 Subject: [PATCH] include mimodd used in pox tutorial --- templates/galaxy/config/global_host_filters.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/galaxy/config/global_host_filters.py.j2 b/templates/galaxy/config/global_host_filters.py.j2 index 26349d85e..7160fde27 100644 --- a/templates/galaxy/config/global_host_filters.py.j2 +++ b/templates/galaxy/config/global_host_filters.py.j2 @@ -92,6 +92,7 @@ DOMAIN_SECTIONS = { "rna_seq", "rna_analysis", "metagenomic_analysis", + "mimodd", "peak_calling", "sanger_sequencing", "statistics",