Skip to content

Commit 48a7200

Browse files
committed
Added default docker option to avoid docker permission errors.
1 parent d2e4899 commit 48a7200

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

flowcraft/nextflow.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ process {
3232
container = "flowcraft/flowcraft_base:1.0.0-1"
3333
}
3434

35+
docker {
36+
// Added default docker option to avoid docker permission errors. See issue
37+
// #142
38+
runOptions = "-u \$(id -u):\$(id -g)"
39+
}
40+
41+
3542
executor {
3643
$local {
3744
cpus = 4

0 commit comments

Comments
 (0)