mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Remove docker.runOptions in favor of docker.userEmulation. (#525)
This commit is contained in:
parent
a303c6ed5b
commit
68c678de93
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if ("$PROFILE" == "singularity") {
|
|||
params.enable_conda = true
|
||||
} else {
|
||||
docker.enabled = true
|
||||
docker.runOptions = '-u \$(id -u):\$(id -g)'
|
||||
docker.userEmulation = true
|
||||
}
|
||||
|
||||
// Increase time available to build Conda environment
|
||||
|
|
Loading…
Reference in a new issue