1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2025-01-02 20:52:07 -05:00
nf-configs/conf/mpcdf.config

74 lines
1.8 KiB
Text
Raw Normal View History

2020-09-03 14:11:56 -04:00
params {
2020-09-03 14:24:11 -04:00
config_profile_description = 'MPCDF HPC profiles (unoffically) provided by nf-core/configs.'
2020-09-03 14:11:56 -04:00
config_profile_contact = 'James Fellows Yates (@jfy133)'
2021-04-15 16:27:07 -04:00
config_profile_url = 'https://www.mpcdf.mpg.de/services/supercomputing'
2020-09-03 14:11:56 -04:00
}
profiles {
2021-09-09 07:33:56 -04:00
2020-09-03 14:11:56 -04:00
cobra {
2021-09-09 07:33:56 -04:00
cleanup = true
2020-09-03 14:11:56 -04:00
process {
2021-04-15 16:27:07 -04:00
beforeScript = 'module load singularity'
2020-09-03 14:11:56 -04:00
executor = 'slurm'
}
executor {
2020-09-03 14:24:11 -04:00
queueSize = 8
pollInterval = '1 min'
queueStatInterval = '5 min'
2020-09-03 14:11:56 -04:00
}
2021-04-15 16:27:07 -04:00
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
// to stop downloading the same image for every run
singularity {
enabled = true
autoMounts = true
}
2020-09-03 14:11:56 -04:00
params {
2020-10-15 08:22:35 -04:00
config_profile_description = 'MPCDF cobra profile (unofficially) provided by nf-core/configs.'
2020-09-15 13:53:27 -04:00
max_memory = 725.GB
max_cpus = 40
2020-09-03 14:11:56 -04:00
max_time = 24.h
}
}
2021-09-09 07:33:56 -04:00
2020-10-22 04:42:46 -04:00
raven {
2020-10-15 08:22:35 -04:00
2021-09-09 07:33:56 -04:00
cleanup = true
2020-10-15 08:22:35 -04:00
process {
2021-04-15 16:27:07 -04:00
beforeScript = 'module load singularity'
2020-10-15 08:22:35 -04:00
executor = 'slurm'
}
executor {
2022-03-03 08:22:35 -05:00
queueSize = 30
pollInterval = '1 min'
queueStatInterval = '5 min'
2020-10-15 08:22:35 -04:00
}
2021-04-15 16:27:07 -04:00
// Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile
// to stop downloading the same image for every run
singularity {
enabled = true
autoMounts = true
}
2020-10-15 08:22:35 -04:00
params {
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
2022-07-27 08:23:29 -04:00
max_memory = 2000000.MB
max_cpus = 72
2020-10-15 08:22:35 -04:00
max_time = 24.h
}
2021-04-15 16:27:07 -04:00
}
2021-09-09 07:33:56 -04:00
2021-04-15 16:27:07 -04:00
debug {
cleanup = false
2020-10-15 08:22:35 -04:00
}
2020-10-22 04:42:46 -04:00
}