Files
rnaseq/nextflow.config
CI f6ea42ed13 Build branch bugfix with version bugfix (7687d77)
Build pipeline: viash-hub.rnaseq.bugfix-czsqc

Source commit: 7687d774f2

Source message: Merge remote-tracking branch 'origin/main' into bugfix
2024-10-23 14:18:34 +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})"
// }