This configuration provides sensible default parameters to run nf-core pipelines (and nf-core compatible pipelines) on the CÉCI Dragon2 cluster.
To use it, add -profile ceci_dragon2
when running a pipeline.
This will automatically download the ceci_dragon2.config
.
The configuration sets slurm
as the default executor and enables singularity
as container runner.
Before running a pipeline, one should load nextflow
using the environment module system.
This can be achieved with:
# Load modules
module load 'Nextflow/24.04.2'
Built with ❤️ by the GIGA Bioinformatics Team