forked from nf-core/configs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrosalind.config
35 lines (31 loc) · 871 Bytes
/
rosalind.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
params {
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
}
params {
max_memory = 64.GB
max_cpus = 16
max_time = 24.h
partition = 'shared'
schema_ignore_params = 'partition,genomes,modules'
validationSchemaIgnoreParams = "partition,genomes,modules,schema_ignore_params"
}
process {
resourceLimits = [
memory: 64.GB,
cpus: 16,
time: 24.h
]
executor = 'slurm'
maxRetries = 3
clusterOptions = { "--partition=${params.partition}" }
}
executor {
submitRateLimit = '1 sec'
}