mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Adds _JAVA_OPTIONS to singularity whitelist
This commit is contained in:
parent
19497a4183
commit
29fa08c434
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
envWhitelist = ['_JAVA_OPTIONS']
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue