Files
rnaseq/nextflow.config
CI 71b7d23a72 Build branch use-biobox-modules with version use-biobox-modules (68139c6)
Build pipeline: viash-hub.rnaseq.use-biobox-modules-qh9pg

Source commit: 68139c6a1e

Source message: remove migrated components
2024-11-27 10:30:00 +00:00

28 lines
535 B
Plaintext

// template nextflow.config for nested workflows
manifest {
nextflowVersion = '!>=20.12.1-edge'
}
docker {
fixOwnership = true
}
// TODO 1: unquote and adapt `rootDir` according to relative path within project
// params {
// rootDir = "$projectDir/../.."
// }
//
// workflowDir = "${params.rootDir}/workflows"
// targetDir = "${params.rootDir}/target/nextflow"
// TODO 2: insert custom imports here
// TODO 3: unquote
// docker {
// runOptions = "-v \$(realpath ${params.rootDir}):\$(realpath ${params.rootDir})"
// }