1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Export TZ in binac config

This commit is contained in:
Alexander Peltzer 2019-12-11 15:59:25 +01:00
parent 271e20e306
commit 5e6981d0ee
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -10,6 +10,11 @@ singularity {
envWhitelist = 'TZ'
}
env {
TZ='Europe/Berlin'
}
process {
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'pbs'