Files
openpipeline/nextflow.config
CI 6d5cbf1dd5 Build branch openpipeline/v4.1 with version v4.1.0 to openpipeline on branch v4.1 (a6499fdd)
Build pipeline: openpipelines-bio.openpipeline.v4.1.0-cvxhz

Source commit: a6499fddaa

Source message: Bump version to v4.1.0
2026-05-27 12:35:41 +00:00

23 lines
500 B
Plaintext

// template nextflow.config for nested workflows
manifest {
nextflowVersion = '!>=20.12.1-edge'
}
// 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})"
// }