Nextflow DSL2 assignment page
This project implements FastQC, fastp, Salmon, MultiQC, and TPM-based descriptive comparison.
export JAVA_HOME=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
export PATH="$JAVA_HOME/bin:$HOME/miniforge3/bin:$PATH"
nextflow run main.nf \
-profile conda \
--samplesheet samplesheet.csv \
--outdir results \
--salmon_index "$PWD/refs/salmon_index" \
-resume
MultiQC findings are summarized in the assignment report PDF. Raw MultiQC artifacts are excluded from GitHub due to size policy.