Build pipeline: viash-hub.demultiplex.v0.5-g6gfq
Source commit: 85af1895d7
Source message: Bump version to v0.5.1
21 lines
406 B
Plaintext
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")
|