mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +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 {
|
params {
|
||||||
config_profile_description = "University of Bern, Interfaculty Bioinformatics Unit cluster profile"
|
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_contact = "irene.keller@dbmr.unibe.ch; info@bioinformatics.unibe.ch"
|
||||||
config_profile_url = "https://www.bioinformatics.unibe.ch/"
|
config_profile_url = "https://www.bioinformatics.unibe.ch/"
|
||||||
max_memory = 500.GB
|
max_memory = 500.GB
|
||||||
max_cpus = 128
|
max_cpus = 128
|
||||||
max_time = 28.d
|
max_time = 200.h
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
@ -20,6 +18,6 @@ executor {
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
docker.enabled = false
|
enabled = true
|
||||||
singularity.enabled = true
|
autoMounts = true
|
||||||
}
|
}
|
Loading…
Reference in a new issue