Files
openpipeline_spatial/src/workflows/multiomics/spatial_process_samples/nextflow.config
CI b0ddeb9151 Build branch openpipeline_spatial/fix-unit-tests with version fix-unit-tests to openpipeline_spatial on branch fix-unit-tests (1bcdc62)
Build pipeline: openpipelines-bio.openpipeline-spatial.fix-unit-tests-cpsxf

Source commit: 1bcdc62a71

Source message: update changelog
2026-01-26 09:28:22 +00:00

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")