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/binac.config

24 lines
542 B
Plaintext

/*
* ----------------------------------------------------------------------------
* Nextflow config file for use with Singularity on BINAC cluster in Tuebingen
* ----------------------------------------------------------------------------
* Defines basic usage limits and singularity image id.
*/
singularity {
enabled = true
}
process {
beforeScript = 'module load devel/singularity/3.0.1'
executor = 'pbs'
queue = 'short'
}
params {
igenomesIgnore = true
max_memory = 128.GB
max_cpus = 28
max_time = 48.h
}