A hands-on workshop for building fast, reproducible, and portable bioinformatics pipelines.
- 📂 Git & GitHub
- 📦 Docker containers
- ⚡ CI/CD with GitHub Actions
- 🔄 Nextflow workflows
- 🧬 nf-core pipelines
- changed
- Introduction
- Why modern bioinformatics tools and workflow managers matter?
- Reproducibility, scalability, and automation
- Git & GitHub
- Create a repository
- Clone, commit, push, and pull
- Organize a bioinformatics project
- Docker
- Build a container
- DockerHub
- Run bioinformatics tools in a reproducible environment
- CI/CD
- Automatically test workflows with GitHub Actions
- Nextflow
- Build an RNA-seq pipeline
- Learn processes, channels, and configuration
- Run on HPC (PULI)
- nf-core
- Run the nf-core/rnaseq pipeline
- Explore standardized best practices
By the end of the workshop you'll have a complete RNA-seq workflow managed with Git, packaged with Docker, automated with CI/CD, and orchestrated with Nextflow.
From manual scripts → reproducible bioinformatics pipelines.