Skip to content

Commit

Permalink
Update galaxy lab iframe URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 1, 2024
1 parent 44fa9c0 commit 835c6c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions host_vars/dev.gvl.org.au.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ galaxy_subsite_dir: /mnt/galaxy/subsites
galaxy_subsites:
- name: genome
brand: Genome Lab
iframe: "https://dev-site.gvl.org.au/lab/export?content_root=https://dev-site.gvl.org.au/static/home/labs/genome/main.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/genome/lab/usegalaxy.org.au.yml"
# If wallpaper is true, then files/subsites/{name}.png will be copied to
# /static/dist/{name}.png, and can be used exactly like that in the CSS.
wallpaper: false
Expand All @@ -396,7 +396,7 @@ galaxy_subsites:
}
- name: proteomics
brand: Proteomics Lab
iframe: "https://dev-site.gvl.org.au/lab/export?content_root=https://dev-site.gvl.org.au/static/home/labs/proteomics/main.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/proteomics/lab/usegalaxy.org.au.yml"
wallpaper: false
tool_sections: []
custom_css: |
Expand All @@ -414,7 +414,7 @@ galaxy_subsites:
}
- name: singlecell
brand: Single Cell Lab
iframe: "https://dev-site.gvl.org.au/lab/export?content_root=https://github.com/nomadscientist/galaxy_codex/blob/galaxy_labs/subdomains/singlecell/usegalaxy.org.au.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/spoc/lab/usegalaxy.org.au.yml"
wallpaper: false
tool_sections: []
custom_css: |
Expand Down
6 changes: 3 additions & 3 deletions host_vars/galaxy.usegalaxy.org.au.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ galaxy_subsite_dir: /mnt/galaxy/subsites
galaxy_subsites:
- name: genome
brand: Genome Lab
iframe: "https://site.usegalaxy.org.au/lab/export?content_root=https://site.usegalaxy.org.au/static/home/labs/genome/main.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/genome/lab/usegalaxy.org.au.yml"
wallpaper: false # If wallpaper is true, then files/subsites/{name}.png will be copied to /static/dist/{name}.png, and can be used exactly like that in the CSS.
tool_sections: []
custom_css: |
Expand All @@ -628,7 +628,7 @@ galaxy_subsites:
}
- name: proteomics
brand: Proteomics Lab
iframe: "https://site.usegalaxy.org.au/lab/export?content_root=https://site.usegalaxy.org.au/static/home/labs/proteomics/main.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/proteomics/lab/usegalaxy.org.au.yml"
wallpaper: false # If wallpaper is true, then files/subsites/{name}.png will be copied to /static/dist/{name}.png, and can be used exactly like that in the CSS.
tool_sections:
- getext
Expand Down Expand Up @@ -706,7 +706,7 @@ galaxy_subsites:
}
- name: singlecell
brand: Single Cell Lab
iframe: "https://site.usegalaxy.org.au/lab/export?content_root=https://github.com/nomadscientist/galaxy_codex/blob/galaxy_labs/subdomains/singlecell/usegalaxy.org.au.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/spoc/lab/usegalaxy.org.au.yml"
wallpaper: false
tool_sections:
- getext
Expand Down
6 changes: 3 additions & 3 deletions host_vars/staging.gvl.org.au.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ galaxy_subsite_dir: /mnt/galaxy/subsites
galaxy_subsites:
- name: genome
brand: Genome Lab
iframe: "https://site.usegalaxy.org.au/lab/export?content_root=https://site.usegalaxy.org.au/static/home/labs/genome/main.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/genome/lab/usegalaxy.org.au.yml"
wallpaper: false # If wallpaper is true, then files/subsites/{name}.png will be copied to /static/dist/{name}.png, and can be used exactly like that in the CSS.
tool_sections: []
custom_css: |
Expand All @@ -275,7 +275,7 @@ galaxy_subsites:
- name: proteomics
hidden: true
brand: Proteomics lab
iframe: "https://site.usegalaxy.org.au/lab/export?content_root=https://site.usegalaxy.org.au/static/home/labs/proteomics/main.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/proteomics/lab/usegalaxy.org.au.yml"
wallpaper: false # If wallpaper is true, then files/subsites/{name}.png will be copied to /static/dist/{name}.png, and can be used exactly like that in the CSS.
tool_sections: []
custom_css: |
Expand All @@ -293,7 +293,7 @@ galaxy_subsites:
}
- name: singlecell
brand: Single Cell Lab
iframe: "https://site.usegalaxy.org.au/lab/export?content_root=https://github.com/nomadscientist/galaxy_codex/blob/galaxy_labs/subdomains/singlecell/usegalaxy.org.au.yml"
iframe: "https://labs.usegalaxy.org.au/?content_root=https://github.com/galaxyproject/galaxy_codex/blob/main/communities/spoc/lab/usegalaxy.org.au.yml"
wallpaper: false
tool_sections: []
custom_css: |
Expand Down

0 comments on commit 835c6c6

Please sign in to comment.