Files
rnaseq/nextflow.config
CI 94b5f2024b Build branch multiple_fixes with version multiple_fixes (e14b535)
Build pipeline: viash-hub.rnaseq.multiple-fixes-tnlvp

Source commit: e14b535c3b

Source message: update arguments
2024-09-19 09:48:31 +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})"
// }