1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 22:12:03 +00:00
nf-configs/conf/rosalind.config

30 lines
548 B
Text
Raw Normal View History

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'
2021-09-17 12:15:09 +00:00
schema_ignore_params = 'partition,genomes,modules'
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
}