A GitHub template repository for delivering the Nextflow for the Life Sciences workshop. When you create a new repository from this template, a GitHub Actions workflow automatically populates it with the full workshop content — with instructor notes removed and your organisation's details substituted in.
- Click Use this template on GitHub and create a new repository under your org/user.
- The
template.ymlworkflow fires automatically on the first push, running cookiecutter to:- Populate the repo with the workshop materials from this template
- Replace repo name, site name, and GitHub username throughout
- Strip instructor-only notes
- Set up the MkDocs deploy workflow
- After a few seconds, your repo will contain the full workshop site, ready to deploy to GitHub Pages.
- Full workshop content (Part 1 and Part 2) from the 2025 Nextflow for the Life Sciences workshop
- MkDocs site with Material theme, auto-deployed to GitHub Pages on push to
main - Setup scripts and sample data for the training environment
AUTHORS,LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,CITATION.cff
- Go to Settings → Pages in your new repo.
- Set Source to Deploy from a branch, branch
gh-pages, folder/ (root). - Go to Actions and enable workflows if prompted.
Your site will be published at https://<github_account>.github.io/<repo_name>/.
CC BY 4.0 — you are free to share and adapt with attribution.
Materials developed by the Sydney Informatics Hub and Seqera, enabled by Australian BioCommons' BioCLI Platforms Project.