Files
htrnaseq/nextflow.config
CI 461e34d5ac Build branch v0.10 with version v0.10.0 (fbce320)
Build pipeline: viash-hub.htrnaseq.v0.10-d558l

Source commit: fbce320e5d

Source message: Bump version to v0.10
2025-08-18 12:22:14 +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 ]
}
}