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/seg_globe.config

28 lines
720 B
Text
Raw Normal View History

2021-01-20 22:45:26 +00:00
//Profile config names for nf-core/configs
2021-01-21 12:15:08 +00:00
params {
config_profile_description = 'Section for Evolutionary Genomics @ GLOBE, University of Copenhagen - seg_globe profile provided by nf-core/configs.'
config_profile_contact = 'Aashild Vaagene (@ashildv)'
config_profile_url = 'https://globe.ku.dk/research/evogenomics/'
max_memory = 250.GB
max_cpus = 35
max_time = 720.h
}
2021-01-20 22:45:26 +00:00
2021-01-21 12:15:08 +00:00
singularity {
enabled = true
autoMounts = true
cacheDir = '/shared/volume/hologenomics/data/cache/nf-eager/singularity'
}
process {
executor = 'slurm'
queue = { task.time < 24.h ? 'hologenomics-short' : task.time < 168.h ? 'hologenomics' : 'hologenomics-long' }
}
2021-01-20 22:45:26 +00:00
2021-01-21 12:15:08 +00:00
cleanup = true
executor {
queueSize = 8
}