mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +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'
|
envWhitelist = 'TZ'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env {
|
||||||
|
TZ='Europe/Berlin'
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
process {
|
process {
|
||||||
beforeScript = 'module load devel/singularity/3.4.2'
|
beforeScript = 'module load devel/singularity/3.4.2'
|
||||||
executor = 'pbs'
|
executor = 'pbs'
|
||||||
|
|
Loading…
Reference in a new issue