Build pipeline: vsh-ci-build-template-k4qzr
Source commit: 173327cc56
Source message: Cellranger multi conversion: fix combined AB + CB probe experiments (#1062)
23 lines
500 B
Plaintext
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})"
|
|
// }
|
|
|
|
|