Files
rnaseq/nextflow.config
CI 3ac283df19 Build branch some-improvements with version some-improvements (d6bd4af)
Build pipeline: viash-hub.rnaseq.some-improvements-5wgnj

Source commit: d6bd4af6e8

Source message: Experiment: test case for optional configuration file
2024-11-27 17:28:20 +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})"
// }