Files
htrnaseq/nextflow.config
CI 32d2e78bb7 Build branch v0.9 with version v0.9.0 (8afa5dc)
Build pipeline: viash-hub.htrnaseq.v0.9-6h2gc

Source commit: 8afa5dc946

Source message: Bump version to v0.9.0
2025-07-30 15:27:36 +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 ]
}
}