Build pipeline: viash-hub.demultiplex.update-biobox-mln6w
Source commit: 4076dacab7
Source message: Bump biobox to v0.4.0
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
manifest {
|
|
nextflowVersion = '!>=20.12.1-edge'
|
|
}
|
|
|
|
params {
|
|
rootDir = java.nio.file.Paths.get("$projectDir/../../../").toAbsolutePath().normalize().toString()
|
|
}
|
|
|
|
// include common settings
|
|
includeConfig("${params.rootDir}/src/config/labels.config")
|