Files
openpipeline_spatial/src/workflows/multiomics/spatial_process_samples/nextflow.config

10 lines
263 B
Plaintext
Raw Normal View History

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