Files
htrnaseq/nextflow.config
CI bb80378f2c Build branch rework_publishing_params with version rework_publishing_params (d06daf5)
Build pipeline: viash-hub.htrnaseq.rework-publishing-params-xfch6

Source commit: d06daf5807

Source message: Cleanup
2025-07-30 14:08:52 +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 ]
}
}