diff --git a/pipelines/nextflow/workflows/nextflow.config b/pipelines/nextflow/workflows/nextflow.config index 12f23b0f8..eeeab42ee 100644 --- a/pipelines/nextflow/workflows/nextflow.config +++ b/pipelines/nextflow/workflows/nextflow.config @@ -56,6 +56,7 @@ profiles { } singularity { enabled = true + autoMounts = true } } @@ -71,6 +72,7 @@ profiles { } singularity { enabled = true + autoMounts = true } }