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

29 lines
477 B
Text
Raw Normal View History

2021-09-08 12:33:39 +00:00
params {
config_profile_description = 'Kings College London Rosalind HPC'
config_profile_contact = 'Theo Portlock'
config_profile_url = 'https://rosalind.kcl.ac.uk/'
2021-09-08 12:33:39 +00:00
}
singularity {
enabled = true
autoMounts = true
docker.enabled = false
}
params {
max_memory = 64.GB
max_cpus = 16
max_time = 24.h
partition = 'shared'
}
process {
executor = 'slurm'
maxRetries = 3
2021-09-15 09:34:41 +00:00
clusterOptions = { "--partition=$params.partition" }
2021-09-08 12:33:39 +00:00
}
executor {
submitRateLimit = '1 sec'
}