Files
htrnaseq/nextflow.config
CI 507a63c4e1 Build branch htrnaseq/v0.12 with version v0.12.0 to htrnaseq on branch v0.12 (2139216)
Build pipeline: viash-hub.htrnaseq.v0.12-2bhrc

Source commit: 2139216b88

Source message: Bump version to v0.12.0
2025-09-18 12:26:05 +00:00

13 lines
249 B
Plaintext

manifest {
homePage = 'https://github.com/viash-hub/htrnaseq'
description = 'HT-RNAseq pipeline'
mainScript = 'target/nextflow/workflows/htrnaseq/main.nf'
}
process {
withName: publishStatesProc {
publishDir = [ enabled: false ]
}
}