Files
htrnaseq/nextflow.config
CI 34f9a5c19d Build branch main with version main (8eb391e)
Build pipeline: viash-hub.htrnaseq.main-xhqqt

Source commit: 8eb391e3eb

Source message: Revert Viash version back to v0.9.0
2025-01-17 14:36:29 +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 ]
}
}