Skip to content

Running locally and on HPC

Local executor

nextflow run . -profile local

Docker

nextflow run . -profile docker

Singularity/Apptainer

nextflow run . -profile singularity

HPC (Slurm executor profile)

nextflow run . -profile hpc,singularity

Tune per-process resources in nextflow.config (withName: MATCH, ANNOTATE, etc.).