mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 08:16:03 +00:00
Create cambridge.config
This commit is contained in:
parent
7498e29ec0
commit
8b3951b244
1 changed files with 18 additions and 0 deletions
18
conf/cambridge.config
Normal file
18
conf/cambridge.config
Normal file
|
@ -0,0 +1,18 @@
|
|||
params {
|
||||
config_profile_description = 'Cambridge HPC cluster profile.'
|
||||
config_profile_contact = 'Andries van Tonder (ajv37@cam.ac.uk)'
|
||||
config_profile_url = "https://docs.hpc.cam.ac.uk/hpc"
|
||||
}
|
||||
singularity {
|
||||
enabled = true
|
||||
autoMounts = true
|
||||
}
|
||||
process {
|
||||
executor = 'slurm'
|
||||
clusterOptions = '-p cclake'
|
||||
}
|
||||
params {
|
||||
max_memory = 192.GB
|
||||
max_cpus = 56
|
||||
max_time = 12.h
|
||||
}
|
Loading…
Reference in a new issue