manifest { nextflowVersion = '!>=20.12.1-edge' } process { withName: publishStatesProc { publishDir = [ enabled: false ] } } params { rootDir = java.nio.file.Paths.get("$projectDir/../../").toAbsolutePath().normalize().toString() } // include common settings includeConfig("${params.rootDir}/src/config/labels.config")