Build pipeline: vsh-ci-build-template-k65s9
Source commit: 532e64485a
Source message: update spatialdata versions
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") |