Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 860 Bytes

ceci_dragon2.md

File metadata and controls

21 lines (14 loc) · 860 Bytes

nf-core/configs: Dragon2 CÉCI Cluster Configuration

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.

Loading the required modules

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