Files
htrnaseq/src/workflows/runner/nextflow.config
CI f1b001e1da Build branch v0.3 with version v0.3.0 (bc7a95f)
Build pipeline: viash-hub.htrnaseq.v0.3-bxj5m

Source commit: bc7a95f98f

Source message: Bump version to v0.3.0 (2)
2025-01-17 17:02:55 +00:00

13 lines
224 B
Plaintext

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