-
Notifications
You must be signed in to change notification settings - Fork 2
/
lab_test.yml
32 lines (27 loc) · 1.16 KB
/
lab_test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Test this locally with:
# http://127.0.0.1:8000/lab/export?content_root=http://localhost:8000/static/home/labs/genome/main.yml
# Request this on site.usegalaxy.org.au with:
# https://site.usegalaxy.org.au/lab/export?content_root=https://site.usegalaxy.org.au/static/home/labs/genome/main.yml
# Use these variables in HTML templates like:
# "Welcome to the Galaxy {{ site_name }} {{ lab_name }}"
# To make the content more generic and reusable across sites
site_name: Australia
lab_name: Wendi and Gareth take over Galaxy Labs
nationality: Australian
galaxy_base_url: https://genome.usegalaxy.org.au # Use for rendering tool/workflow URLs. Trailing '/' will be removed.
subdomain: genome
root_domain: usegalaxy.org.au
# Custom content relative to this file URL
header_logo: static/logo_single_cell.svg
custom_css: static/custom.css
intro_html: templates/intro.html
conclusion_html: templates/conclusion.html
footer_html: templates/footer.html
# Data (Tools, Workflows etc.) to be rendered into sections/tabs/accordion elements.
# Either:
# 1. Relative to this file URL
# 2. Full URL to fetch globally centralized content
sections:
- data.yml
- count.yml
- annotation.yml