Files
rnaseq/nextflow.config
CI 50e78b4b9a Build branch v0.1 with version v0.1 (fd0354d)
Build pipeline: viash-hub.rnaseq.v0.1-gnwkh

Source commit: fd0354dae8

Source message: Point to new assets dir
2024-10-04 11:04:28 +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})"
// }