Skip to content

usegalaxy-au/galaxy-labs-engine

Repository files navigation

Galaxy Labs Engine

This site presents a public rending engine for creating Galaxy Lab landing pages (known as the 'Welcome page' in Galaxy terms) from content hosted on GitHub.

Create a lab content directory like this:

.
├── base.yml
├── section_1.yml
├── section_2.yml
├── static
│   ├── custom.css
│   └── logo.svg
└── templates
    ├── conclusion.md
    ├── footer.md
    └── intro.md

And then request your page anywhere like this:

https://labs.usegalaxy.org.au/?content_root=https://raw.githubusercontent.com/my-username/my-labs-repo/my-lab/base.yml

To get a webpage like this.