mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
23 lines
465 B
Text
Executable file
23 lines
465 B
Text
Executable file
/*
|
|
* -------------------------------------------------
|
|
* Nextflow config file for CAMP HPC @ The Crick
|
|
* -------------------------------------------------
|
|
*/
|
|
|
|
singularity {
|
|
enabled = true
|
|
autoMounts = true
|
|
}
|
|
|
|
process {
|
|
beforeScript = 'module load Singularity/2.6.0-foss-2016b'
|
|
executor = 'slurm'
|
|
}
|
|
|
|
params {
|
|
max_memory = 224.GB
|
|
max_cpus = 32
|
|
max_time = 72.h
|
|
|
|
igenomes_base = '/camp/svc/reference/Genomics/iGenomes'
|
|
}
|