Skip to content

Commit

Permalink
Try adding no-same-owner
Browse files Browse the repository at this point in the history
  • Loading branch information
SPPearce committed Aug 22, 2024
1 parent 061a47f commit f4fe038
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
docker.runOptions = '--platform=linux/amd64 -u $(id -u):$(id -g)'

process {
withName: UNTAR {
ext.args2 = "--no-same-owner"
}
}
6 changes: 6 additions & 0 deletions modules/nf-core/metaphlan/metaphlan/tests/nextflow.config
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
docker.runOptions = '--platform=linux/amd64 -u $(id -u):$(id -g)'

process {
withName: UNTAR {
ext.args2 = "--no-same-owner"
}
}

0 comments on commit f4fe038

Please sign in to comment.