mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Update envWhiteList for Binac Profile for testing purposes
Add envWhitelist for TZ to fix https://github.com/nf-core/ampliseq/issues/114
This commit is contained in:
parent
e429758e25
commit
ac90acf470
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ params {
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
envWhitelist = 'TZ'
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
|
Loading…
Reference in a new issue