manifest { nextflowVersion = '!>=20.12.1-edge' } process { withName: publishStatesProc { publishDir = [ enabled: false ] } } // include common settings includeConfig("${params.rootDir}/src/config/labels.config")