diff --git a/nextflow.config b/nextflow.config index 47d2c5d..341f06b 100644 --- a/nextflow.config +++ b/nextflow.config @@ -145,6 +145,16 @@ profiles { executor.cpus = 4 executor.memory = 8.GB } + juno { + singularity.enabled = true + singularity.autoMounts = true + conda.enabled = false + docker.enabled = false + podman.enabled = false + shifter.enabled = false + charliecloud.enabled = false + apptainer.enabled = false + } test { includeConfig 'conf/test.config' } test_full { includeConfig 'conf/test_full.config' } }