From f4fe038c1ac5f8a5136b2ebc8ce14dd70449388f Mon Sep 17 00:00:00 2001 From: Simon Pearce <24893913+SPPearce@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:35:12 +0000 Subject: [PATCH] Try adding no-same-owner --- .../metaphlan/mergemetaphlantables/tests/nextflow.config | 6 ++++++ modules/nf-core/metaphlan/metaphlan/tests/nextflow.config | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/modules/nf-core/metaphlan/mergemetaphlantables/tests/nextflow.config b/modules/nf-core/metaphlan/mergemetaphlantables/tests/nextflow.config index 4ea9d953f6e..4dae0249a8d 100644 --- a/modules/nf-core/metaphlan/mergemetaphlantables/tests/nextflow.config +++ b/modules/nf-core/metaphlan/mergemetaphlantables/tests/nextflow.config @@ -1 +1,7 @@ docker.runOptions = '--platform=linux/amd64 -u $(id -u):$(id -g)' + +process { + withName: UNTAR { + ext.args2 = "--no-same-owner" + } +} diff --git a/modules/nf-core/metaphlan/metaphlan/tests/nextflow.config b/modules/nf-core/metaphlan/metaphlan/tests/nextflow.config index 4ea9d953f6e..4dae0249a8d 100644 --- a/modules/nf-core/metaphlan/metaphlan/tests/nextflow.config +++ b/modules/nf-core/metaphlan/metaphlan/tests/nextflow.config @@ -1 +1,7 @@ docker.runOptions = '--platform=linux/amd64 -u $(id -u):$(id -g)' + +process { + withName: UNTAR { + ext.args2 = "--no-same-owner" + } +}