Files
htrnaseq/nextflow.config
CI 41c9bcf7c4 Build branch v0.4 with version v0.4.0 (5082ffd)
Build pipeline: viash-hub.htrnaseq.v0.4-lhbht

Source commit: 5082ffd89f

Source message: Bump version to v0.4.0
2025-02-13 16:15:47 +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 ]
}
}