diff --git a/templates/galaxy/config/global_host_filters.py.j2 b/templates/galaxy/config/global_host_filters.py.j2 index dccd43bbc..7160fde27 100644 --- a/templates/galaxy/config/global_host_filters.py.j2 +++ b/templates/galaxy/config/global_host_filters.py.j2 @@ -74,7 +74,30 @@ DOMAIN_SECTIONS = { 'assembly': GENERAL_NGS_SECTIONS + ["hicexplorer", "graph_display_data", "peak_calling", "assembly", "annotation", 'genome_diversity', 'multiple_alignments'], 'hicexplorer': GENERAL_NGS_SECTIONS + ["hicexplorer", "graph_display_data", "peak_calling"], - 'virology': GENERAL_NGS_SECTIONS + ["assembly", "annotation", "phylogenetics"], + 'virology': GENERAL_NGS_SECTIONS + [ + "virology", + "phylogenetics", + "multiple_alignments", + "evolution", + "assembly", + "variant_calling", + "quality_control", + "graph_display_data", + "vcf_bcf", + "emboss", + "extract_features", + "ncbi_blast", + "annotation", + "nanopore", + "rna_seq", + "rna_analysis", + "metagenomic_analysis", + "mimodd", + "peak_calling", + "sanger_sequencing", + "statistics", + "builtin_converters", + ], 'nanopore': GENERAL_NGS_SECTIONS + ["nanopore", "ncbi_blast", "fasta_fastq", "assembly", "graph_display_data", "metagenomic_analysis"], 'ecology': ["join__subtract_and_group", "convert_formats", "data_and_metadata_management", "operate_on_genomic_intervals", "statistics", "graph_display_data", "machine_learning", "ncbi_blast", "fasta_fastq", "fastq_quality_control", "assembly", "dna_metabarcoding", "metagenomic_analysis",