Files
openpipeline/nextflow.config
CI 1683fce826 Build branch v3.0 with version v3.0.0 (e92e56b4)
Build pipeline: vsh-ci-build-template-pn6wx

Source commit: e92e56b491

Source message: Merge remote-tracking branch 'origin/main' into v3.0
2025-08-22 17:01:05 +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})"
// }