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