mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Export TZ in binac config
This commit is contained in:
parent
271e20e306
commit
5e6981d0ee
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ singularity {
|
|||
envWhitelist = 'TZ'
|
||||
}
|
||||
|
||||
env {
|
||||
TZ='Europe/Berlin'
|
||||
}
|
||||
|
||||
|
||||
process {
|
||||
beforeScript = 'module load devel/singularity/3.4.2'
|
||||
executor = 'pbs'
|
||||
|
|
Loading…
Reference in a new issue