1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00
nf-configs/conf/mpcdf.config

31 lines
898 B
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)'
config_profile_url = 'https://www.mpcdf.mpg.de/services/computing'
}
profiles {
cobra {
// Does not have singularity! Conda module must be used, but it is
// recommended to set NXF_CONDA_CACHEDIR var in ~/.bash{_profile,rc}
// To create common cache dir (only until /u/ periodically cleared!)
process {
beforeScript = 'module load anaconda/3/2020.02'
executor = 'slurm'
}
executor {
2020-09-03 18:24:11 +00:00
queueSize = 8
2020-09-03 18:11:56 +00:00
}
params {
config_profile_description = 'MPCDF cobra profile provided by nf-core/configs.'
2020-09-15 17:53:27 +00:00
max_memory = 725.GB
2020-09-16 08:21:26 +00:00
max_cpus = 40
2020-09-03 18:11:56 +00:00
max_time = 24.h
}
}
}