mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
edit config
This commit is contained in:
parent
0e3898eabf
commit
6def686ab5
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
|||
singularity.autoMounts = true
|
||||
|
||||
params {
|
||||
config_profile_description = "University of Bern, Interfaculty Bioinformatics Unit cluster profile"
|
||||
config_profile_contact = "irene.keller@dbmr.unibe.ch; info@bioinformatics.unibe.ch"
|
||||
config_profile_url = "https://www.bioinformatics.unibe.ch/"
|
||||
max_memory = 500.GB
|
||||
max_cpus = 128
|
||||
max_time = 28.d
|
||||
max_time = 200.h
|
||||
}
|
||||
|
||||
process {
|
||||
|
@ -20,6 +18,6 @@ executor {
|
|||
}
|
||||
|
||||
singularity {
|
||||
docker.enabled = false
|
||||
singularity.enabled = true
|
||||
enabled = true
|
||||
autoMounts = true
|
||||
}
|
Loading…
Reference in a new issue