1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2025-01-06 22:32:09 -05:00
nf-configs/conf/mjolnir_globe

26 lines
636 B
Text
Raw Normal View History

2022-05-20 09:44:20 -04:00
//Profile config names for nf-core/configs
params {
config_profile_description = 'Section for Hologenomics @ Globe Institute, University of Copenhagen - mjolnir_globe profile provided by nf-core/configs.'
2022-05-20 09:44:20 -04:00
config_profile_contact = 'Aashild Vaagene (@ashildv)'
config_profile_url = 'https://globe.ku.dk/research/hologenomics/'
2022-05-31 09:23:43 -04:00
max_memory = 500.GB
max_cpus = 50
2022-05-20 09:44:20 -04:00
max_time = 720.h
}
2022-05-31 09:23:43 -04:00
singularity {
enabled = true
autoMounts = true
cacheDir = '/maps/projects/mjolnir1/data/cache/nf-eager/singularity'
2022-05-20 11:01:30 -04:00
}
2022-05-31 09:23:43 -04:00
2022-05-20 09:44:20 -04:00
process {
executor = 'slurm'
}
cleanup = true
executor {
2022-05-31 09:26:23 -04:00
queueSize = 10
2022-05-20 09:44:20 -04:00
}