RNA-seq Pipeline (Nextflow + Docker)
Containerised RNA-seq workflow: FastQC → Cutadapt → STAR alignment → featureCounts → MultiQC → DESeq2.
Details
- Objective: Build a reproducible, portable RNA-seq pipeline runnable on any machine with Docker.
- Approach: Implemented the workflow in Nextflow and executed with Docker to isolate dependencies; produces a MultiQC report for end-to-end QC review.
- Outcome: One-command execution; standardised outputs for QC and quantification suitable for downstream DE analysis.