nf-core_modules/software/samtools/index/test/nextflow.config

21 lines
343 B
Text
Raw Normal View History

2020-08-07 14:17:46 +00:00
params {
outdir = "output/"
publish_dir_mode = "copy"
conda = false
}
profiles {
conda {
params.conda = true
}
docker {
docker.enabled = true
docker.runOptions = '-u \$(id -u):\$(id -g)'
}
singularity {
singularity.enabled = true
singularity.autoMounts = true
}
}