Files
htrnaseq/nextflow.config
CI fff7360aa3 Build branch v0.5 with version v0.5.0 (d643bd2)
Build pipeline: viash-hub.htrnaseq.v0.5-52hb8

Source commit: d643bd294b

Source message: Bump viash to v0.5.0
2025-02-14 11:42:19 +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 ]
}
}