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

74 lines
1.8 KiB
Text
Raw Normal View History

2020-09-03 18:11:56 +00:00
params {
2020-09-03 18:24:11 +00:00
config_profile_description = 'MPCDF HPC profiles (unoffically) provided by nf-core/configs.'
2020-09-03 18:11:56 +00:00
config_profile_contact = 'James Fellows Yates (@jfy133)'
2021-04-15 20:27:07 +00:00
config_profile_url = 'https://www.mpcdf.mpg.de/services/supercomputing'
2020-09-03 18:11:56 +00:00
}
profiles {
2021-09-09 11:33:56 +00:00
2020-09-03 18:11:56 +00:00
cobra {
2021-09-09 11:33:56 +00:00
cleanup = true
2020-09-03 18:11:56 +00:00
process {
2021-04-15 20:27:07 +00:00
beforeScript = 'module load singularity'
2020-09-03 18:11:56 +00:00
executor = 'slurm'
}
executor {
2020-09-03 18:24:11 +00:00
queueSize = 8
pollInterval = '1 min'
queueStatInterval = '5 min'
2020-09-03 18:11:56 +00:00
}
2021-04-15 20:27:07 +00: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 18:11:56 +00:00
params {
2020-10-15 12:22:35 +00:00
config_profile_description = 'MPCDF cobra profile (unofficially) provided by nf-core/configs.'
2020-09-15 17:53:27 +00:00
max_memory = 725.GB
max_cpus = 40
2020-09-03 18:11:56 +00:00
max_time = 24.h
}
}
2021-09-09 11:33:56 +00:00
2020-10-22 08:42:46 +00:00
raven {
2020-10-15 12:22:35 +00:00
2021-09-09 11:33:56 +00:00
cleanup = true
2020-10-15 12:22:35 +00:00
process {
2021-04-15 20:27:07 +00:00
beforeScript = 'module load singularity'
2020-10-15 12:22:35 +00:00
executor = 'slurm'
}
executor {
2022-03-03 13:22:35 +00:00
queueSize = 30
pollInterval = '1 min'
queueStatInterval = '5 min'
2020-10-15 12:22:35 +00:00
}
2021-04-15 20:27:07 +00: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 12:22:35 +00:00
params {
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
2022-03-07 12:51:00 +00:00
memory = 2000000.MB
max_cpus = 72
2020-10-15 12:22:35 +00:00
max_time = 24.h
}
2021-04-15 20:27:07 +00:00
}
2021-09-09 11:33:56 +00:00
2021-04-15 20:27:07 +00:00
debug {
cleanup = false
2020-10-15 12:22:35 +00:00
}
2020-10-22 08:42:46 +00:00
}