diff --git a/nextflow.config b/nextflow.config index dcf6efb..bc1b97b 100644 --- a/nextflow.config +++ b/nextflow.config @@ -5,6 +5,7 @@ process { stageOutMode = 'rsync' tag = { "$sid" } afterScript = 'sleep 1' + containerOptions = "--user \$(id -u):\$(id -g)" } params {