Files
demultiplex/src/runner/nextflow.config
CI 4d58e3d25c Build branch demultiplex/v0.5 with version v0.5.1 to demultiplex on branch v0.5 (85af189)
Build pipeline: viash-hub.demultiplex.v0.5-g6gfq

Source commit: 85af1895d7

Source message: Bump version to v0.5.1
2025-09-11 10:12:59 +00:00

21 lines
406 B
Plaintext

manifest {
nextflowVersion = '!>=20.12.1-edge'
}
process {
withName: publishStatesProc {
publishDir = [ enabled: false ]
}
withName: publishFilesProc {
publishDir = [ enabled: false ]
}
}
params {
rootDir = java.nio.file.Paths.get("$projectDir/../../").toAbsolutePath().normalize().toString()
}
// include common settings
includeConfig("${params.rootDir}/src/config/labels.config")