This repo is a mirror of the Nextflow for the Life Sciences delivered in 2025.
This repo is for trainers to fork and rendered on their own GitHub accounts for delivery.
Creating a copy of the repository
- Fork this repo
- Deselect "copy
mainbranch only. This ensures that thegh-pagesbranch is included to render your materials. - Optionally, you can change the Owner to an organisation you are apart of.
- Optionally, you may also rename the repository name
- Select Create fork. This will create a copy in the Owner account you selected.
Configuring your respository to publish on GitHub Pages
- In your forked repo, go to Settings -> Pages.
- Under GitHub Pages -> Build and deployment, ensure the Source is Deploy from a branch.
- Select Branch as
gh-pagesand `/ root. - Select Save.
- Go to Actions.
- Select "I understand my workflows, go ahead and enable them".
After a few seconds, the content should be published on GitHub pages for the account it was forked into:
https://<github_account>.github.io/<repo_name>/
In this example:
https://fredjaya.github.io/nf4ls-materials/


