Files
htrnaseq/nextflow.config
CI 275fd8d335 Build branch save-params with version save-params (e267a40)
Build pipeline: viash-hub.htrnaseq.save-params-gdlcc

Source commit: e267a40fa5

Source message: added component, integrated to workflow
2025-03-18 11:19:10 +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 ]
}
}