1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
nf-configs/conf/mpcdf.config
James A. Fellows Yates 0b47849532
Update mpcdf.config
2022-07-27 14:23:29 +02:00

73 lines
1.8 KiB
Text

params {
config_profile_description = 'MPCDF HPC profiles (unoffically) provided by nf-core/configs.'
config_profile_contact = 'James Fellows Yates (@jfy133)'
config_profile_url = 'https://www.mpcdf.mpg.de/services/supercomputing'
}
profiles {
cobra {
cleanup = true
process {
beforeScript = 'module load singularity'
executor = 'slurm'
}
executor {
queueSize = 8
pollInterval = '1 min'
queueStatInterval = '5 min'
}
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
// to stop downloading the same image for every run
singularity {
enabled = true
autoMounts = true
}
params {
config_profile_description = 'MPCDF cobra profile (unofficially) provided by nf-core/configs.'
max_memory = 725.GB
max_cpus = 40
max_time = 24.h
}
}
raven {
cleanup = true
process {
beforeScript = 'module load singularity'
executor = 'slurm'
}
executor {
queueSize = 30
pollInterval = '1 min'
queueStatInterval = '5 min'
}
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
// to stop downloading the same image for every run
singularity {
enabled = true
autoMounts = true
}
params {
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
max_memory = 2000000.MB
max_cpus = 72
max_time = 24.h
}
}
debug {
cleanup = false
}
}