Build pipeline: openpipelines-bio.openpipeline-spatial.build-main-6h5zv
Source commit: 280b21fc21
Source message: deploy: 6840f3802d04d96d44f29d3cdbd31c62d144b14d
10 lines
263 B
Plaintext
10 lines
263 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/workflows/utils/labels.config") |