override userEmulation

This commit is contained in:
SusiJo 2022-05-25 16:37:44 +02:00
parent c50e097cd1
commit dd6d838cd7

View file

@ -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