Skip to content

Commit

Permalink
Update global_host_filters.py.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 authored Aug 9, 2024
1 parent fcb93ab commit 536252f
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion templates/galaxy/config/global_host_filters.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,29 @@ 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",
"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",
Expand Down

0 comments on commit 536252f

Please sign in to comment.