mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Fixes formatting and ignore_params
This commit is contained in:
parent
9c97220919
commit
9116a09afe
1 changed files with 15 additions and 14 deletions
|
@ -1,28 +1,29 @@
|
|||
params {
|
||||
config_profile_description = 'Kings College London Rosalind HPC'
|
||||
config_profile_contact = 'Theo Portlock'
|
||||
config_profile_url = 'https://rosalind.kcl.ac.uk/'
|
||||
config_profile_description = 'Kings College London Rosalind HPC'
|
||||
config_profile_contact = 'Theo Portlock'
|
||||
config_profile_url = 'https://www.rosalind.kcl.ac.uk/'
|
||||
}
|
||||
|
||||
singularity {
|
||||
enabled = true
|
||||
autoMounts = true
|
||||
docker.enabled = false
|
||||
enabled = true
|
||||
autoMounts = true
|
||||
docker.enabled = false
|
||||
}
|
||||
|
||||
params {
|
||||
max_memory = 64.GB
|
||||
max_cpus = 16
|
||||
max_time = 24.h
|
||||
partition = 'shared'
|
||||
max_memory = 64.GB
|
||||
max_cpus = 16
|
||||
max_time = 24.h
|
||||
partition = 'shared'
|
||||
schema_ignore_params = 'partition'
|
||||
}
|
||||
|
||||
process {
|
||||
executor = 'slurm'
|
||||
maxRetries = 3
|
||||
clusterOptions = { "--partition=$params.partition" }
|
||||
executor = 'slurm'
|
||||
maxRetries = 3
|
||||
clusterOptions = { "--partition=$params.partition" }
|
||||
}
|
||||
|
||||
executor {
|
||||
submitRateLimit = '1 sec'
|
||||
submitRateLimit = '1 sec'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue