Files
htrnaseq/nextflow.config
CI 8f5b57ede8 Build branch fix_empty_bam_parsing with version fix_empty_bam_parsing (b696926)
Build pipeline: viash-hub.htrnaseq.fix-empty-bam-parsing-b295m

Source commit: b696926504

Source message: Add CHANGELOG entry
2025-02-21 11:26:24 +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 ]
}
}