nf-core_modules/software/samtools/stats/test/nextflow.config
2020-10-15 10:47:15 +01:00

20 lines
357 B
Text

params {
outdir = "output/"
publish_dir_mode = "copy"
enable_conda = false
}
profiles {
conda {
params.enable_conda = true
}
docker {
docker.enabled = true
docker.runOptions = '-u \$(id -u):\$(id -g)'
}
singularity {
singularity.enabled = true
singularity.autoMounts = true
}
}