|
| 1 | +# Request this as a webpage with: |
| 2 | +# https://site.usegalaxy.org.au/lab/export?content_root=https://raw.githubusercontent.com/galaxyproject/galaxy_codex/tree/main/communities/<community-name>/base.yml |
| 3 | + |
| 4 | +# ----------------------------------------------------------------------------- |
| 5 | +# Use these variables in HTML templates like: |
| 6 | +# "Welcome to the Galaxy {{ site_name }} {{ lab_name }}" |
| 7 | +# To make the content more generic and reusable across sites |
| 8 | + |
| 9 | +# These will be rendered like "Welcome to the Galaxy {{ site_name }} {{ lab_name }}!" |
| 10 | +site_name: European |
| 11 | +lab_name: Community Lab |
| 12 | +analysis_name: community |
| 13 | +nationality: European |
| 14 | + |
| 15 | +# Used for rendering tool/workflow links. Trailing '/' will be removed. |
| 16 | +# TODO !! {{ lab_name }} below needs to be replaced manually |
| 17 | +galaxy_base_url: https://{{ lab_name }}.usegalaxy.eu |
| 18 | +subdomain: {{ lab_name }} |
| 19 | +root_domain: usegalaxy.eu |
| 20 | +support_url: https://help.galaxyproject.org/ |
| 21 | +general_support: https://galaxyproject.org/support/ |
| 22 | +#figure_microbiome_url: https://github.com/usegalaxy-eu/microgalaxy_paper_2025/blob/main/docs/figures/figure_1_B.png?raw=true |
| 23 | + |
| 24 | +# This will enable a feedback form on the webpage: |
| 25 | +# feedback_email: help@mygalaxy.org |
| 26 | +quota_request_url: https://help.galaxyproject.org |
| 27 | +data_policy_url: https://usegalaxy.org/static/terms.html |
| 28 | +terms_url: https://usegalaxy.org/static/terms.html |
| 29 | +galaxy_help_url: https://help.galaxyproject.org |
| 30 | +gtn_slack_url: https://join.slack.com/t/gtnsmrgsbord/shared_invite/zt-2llyx6p8j-LmpEIsJu0t4MQkBctkN8qg |
| 31 | +#gtn_matrix_channel: https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im |
| 32 | +galaxy_matrix_channel: https://matrix.to/#/#galaxyproject_Lobby:gitter.im |
| 33 | +european_server_matrix_channel: https://matrix.to/#/#usegalaxy-eu_Lobby:gitter.im |
| 34 | +#figure_isolates_url: https://github.com/usegalaxy-eu/microgalaxy_paper_2025/blob/main/docs/figures/figure_1_A.png?raw=true |
| 35 | +#microgalaxy_matrix: https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im |
| 36 | + |
| 37 | +help_links: |
| 38 | + - title: General Galaxy support |
| 39 | + url: https://galaxyproject.org/support/ |
| 40 | + - title: General Galaxy help forum |
| 41 | + url: https://help.galaxyproject.org |
| 42 | + - title: Galaxy Training Network Slack workspace |
| 43 | + url: https://join.slack.com/t/gtnsmrgsbord/shared_invite/zt-2llyx6p8j-LmpEIsJu0t4MQkBctkN8qg |
| 44 | + - title: Galaxy Training Community chat |
| 45 | + url: https://matrix.to/#/#Galaxy-Training-Network_Lobby:gitter.im |
| 46 | + - title: Usegalaxy.org chat |
| 47 | + url: https://matrix.to/#/#galaxyproject_Lobby:gitter.im |
| 48 | +# - title: microGalaxy user community chat room (Same channel but using Matrix/Element) |
| 49 | +# url: https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im |
| 50 | + |
| 51 | +intro_extra_md: "" |
| 52 | +conclusion_extra_md: "" |
| 53 | + |
| 54 | +# ----------------------------------------------------------------------------- |
| 55 | +# Custom content relative to this file URL |
| 56 | + |
| 57 | +#header_logo: microgalaxy-logo.png |
| 58 | +intro_md: intro.html |
| 59 | +conclusion_md: conclusion.html |
| 60 | +#Currently empty: |
| 61 | +#footer_md: footer.html |
| 62 | +#custom_css: custom.css |
| 63 | + |
| 64 | + |
| 65 | +# Data (Tools, Workflows etc.) to be rendered into sections/tabs/accordion elements. |
| 66 | +# Either: |
| 67 | +# 1. Relative to this file URL |
| 68 | +# 2. Full URL to fetch globally centralized content |
| 69 | +sections: |
| 70 | +#Sections created (and updated) automatically |
| 71 | + - sections/1_data_import_and_preparation.yml |
| 72 | + - sections/2_tools.yml |
| 73 | + - sections/3_workflows.yml |
| 74 | + - sections/4_tutorials.yml |
| 75 | + - sections/5_support_and_help.yml |
| 76 | + - sections/6_community.yml |
| 77 | +#Sections that are community specific (created manually) |
| 78 | +# - sections/2_microbial_isolates.yml |
| 79 | +# - sections/3_microbiome.yml |
| 80 | + |
| 81 | +# ----------------------------------------------------------------------------- |
0 commit comments