mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
modify singularity settings
This commit is contained in:
parent
af1e57027d
commit
0e3898eabf
1 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
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
|
||||||
|
@ -8,16 +10,16 @@ params {
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
executor = "slurm"
|
executor = "slurm"
|
||||||
maxRetries = 2
|
maxRetries = 2
|
||||||
beforeScript = 'mkdir -p ./tmp/ && export TMPDIR=./tmp/'
|
beforeScript = 'mkdir -p ./tmp/ && export TMPDIR=./tmp/'
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
queueSize = 30
|
queueSize = 30
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enable = true
|
docker.enabled = false
|
||||||
autoMounts = true
|
singularity.enabled = true
|
||||||
}
|
}
|
Loading…
Reference in a new issue