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