You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nf-configs/conf/cfc.config

23 lines
478 B
Plaintext

/*
* -------------------------------------------------------------
* Nextflow config file for use with Singularity on CFC at QBIC
* -------------------------------------------------------------
* Defines basic usage limits and singularity image id.
*/
singularity {
enabled = true
}
process {
beforeScript = 'module load qbic/singularity_slurm/3.0.1'
executor = 'slurm'
}
params {
igenomesIgnore = true
max_memory = 60.GB
max_cpus = 24
max_time = 140.h
}