Skip to content

Commit

Permalink
add earth system tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie59 authored Oct 5, 2023
1 parent ef17645 commit 8d230ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/galaxy/config/global_host_filters.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def per_host_tool_labels( context, label ):
return label.id in valid_labels
if "aqua.usegalaxy.eu" in host:
return label.id in valid_labels
if "earth-system.usegalaxy.eu" in host:
return label.id in valid_labels
return True


Expand Down Expand Up @@ -92,6 +94,7 @@ DOMAIN_SECTIONS = {
'annotation': GENERAL_NGS_SECTIONS + ['annotation', 'apollo', 'ncbi_blast', 'assembly', 'variant_calling', 'fetch_sequences___alignments', 'ontology', 'emboss', 'evolution', 'genome_diversity', 'multiple_alignments', 'graph_display_data'],
'materials': ['muon_spectroscopy'],
'aqua': ["climate_analysis", "gis_data_handling", "graph_display_data", "interactivetools", "machine_learning"],
'earth-system': ["interactivetools"],
}


Expand Down

0 comments on commit 8d230ae

Please sign in to comment.