mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
override userEmulation
This commit is contained in:
parent
c50e097cd1
commit
dd6d838cd7
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ process {
|
|||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||
|
||||
}
|
||||
// necessary to override tests/config/nextflow.config
|
||||
docker.userEmulation = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue